|
C++ DevKit
C++ set of OOP library
|
#include "hw_i2c.h"#include "hw/dma/hw_dma.h"#include "pico/i2c_slave.h"#include "pico/stdlib.h"#include "FreeRTOS.h"#include "task.h"#include "queue.h"#include "semphr.h"#include "hardware/irq.h"

Go to the source code of this file.
Classes | |
| class | rtos_HW_I2C_Master |
| This is a C++ wrapper for the original pico SDK i2c master API, adapted to FreeRTOS environment. More... | |
Macros | |
| #define | BURST_SIZE 16 |
| I2C max FIFO size (according to RP2040 datasheet) | |