C++ DevKit
C++ set of OOP library
|
#include "hardware/spi.h"
#include "pico/stdlib.h"
Go to the source code of this file.
Classes | |
struct | struct_ConfigMasterSPI |
The configuration data of SPI interface used as Master. More... | |
class | HW_SPI_Master |
this is a C++ wrapper for the original pico SDK spi master API More... | |