|
C++ DevKit
C++ set of OOP library
|
#include "hardware/dma.h"#include "hardware/irq.h"#include "hw/spi/hw_spi.h"#include "hw/i2c/hw_i2c.h"#include "FreeRTOS.h"#include "task.h"#include "semphr.h"#include "queue.h"

Go to the source code of this file.
Classes | |
| class | HW_DMA |
| Class to manage a DMA channel. More... | |
Macros | |
| #define | I2C_BURST_SIZE 16 |
| I2C max FIFO size (according to RP2040 datasheet) | |