|
puzzlebox
|
Platform-specific pbdrv-mod implementations. More...
Like extensions, drivers provide platform-specific implementations for various functions used in pbdrv-mod.
If there is no existing driver for your target, you may implement the following in order to use pbdrv-mod:
pb_i2c_recv() function must be called for every received I²C messagepb_i2c_send() function must be implemented using the platform/device-specific I²C write function pb_i2c_send() function should immediately call pb_hook_i2c_send() before doing any further processing: Components | |
| Arduino | |
| Arduino ATmega (w/ Arduino-CMake-Toolchain) driver. | |
| RP2040 | |
| Raspberry Pi Pico and Pico W driver. | |