diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-24 14:04:06 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-24 14:04:06 +0200 |
commit | 07e49bbbd3790a95511d68b94d47bf107a5e24a1 (patch) | |
tree | 805007e6d2f192f849dda163bb04fb6d78e3c801 /lib/pbdrv/drv/arduino/index.dox | |
parent | f6f79683d6ffcc8542652e2eb11a1148d2a94288 (diff) |
re-implement deferred I2C handlers for the Arduino pbdrv drv
Diffstat (limited to 'lib/pbdrv/drv/arduino/index.dox')
-rw-r--r-- | lib/pbdrv/drv/arduino/index.dox | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/pbdrv/drv/arduino/index.dox b/lib/pbdrv/drv/arduino/index.dox index 1856918..03510dd 100644 --- a/lib/pbdrv/drv/arduino/index.dox +++ b/lib/pbdrv/drv/arduino/index.dox @@ -10,12 +10,14 @@ This driver is known to work with the following MCUs: \par Usage - Link the \c pbdrv-mod library with your main executable -- Load an \ref pb_ext "extension" \note This driver is automatically enabled if the variable \c ARDUINO is defined in your CMakeLists.txt (it is by default when using Arduino-CMake-Toolchain). +\note This driver automatically includes the \ref pb_ext_freertos +"FreeRTOS extension" for deferring calls to \c pb_i2c_recv() from the I2C ISR. + A complete example for this driver is available in the \ref puzzle/dummy folder. |