aboutsummaryrefslogtreecommitdiff
path: root/lib/pbdrv/drv/rp2040/pb-mod.h
blob: 7a4399ebd1b5ced83a2c59310b9b2c767dc299c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

/**
 * \ingroup pb_drv_rp2040
 * \brief Puzzle bus driver setup
 *
 * This function must be called from a setup/init function to initialize the
 * I2C peripherals used by this driver.
 */
void pb_setup();

#ifdef __cplusplus
}
#endif

#include "../../pb-mod.h"