|
C++ DevKit
C++ set of OOP library
|
#include "hardware/spi.h"#include "hw/spi/hw_spi.h"#include "hw/dma/hw_dma.h"#include "FreeRTOS.h"#include "task.h"#include "semphr.h"#include "pico/stdlib.h"#include <cstdint>

Go to the source code of this file.
Classes | |
| struct | struct_TX_DataQueueSPI |
| strusture of data block sent to queue in order to start SPI emission More... | |
| class | rtos_HW_SPI_Master |
| This is a C++ wrapper for the original pico SDK spi master API, adapted to FreeRTOS environment. More... | |