C++ DevKit
C++ set of OOP library
|
#include "hardware/i2c.h"
#include "pico/i2c_slave.h"
#include "pico/stdlib.h"
#include <set>
#include <string>
Go to the source code of this file.
Classes | |
struct | struct_I2CXferResult |
this data structure collects result when an I2C transfer is done. It gives a more verbose error description : a context and the number of transfered byte. More... | |
struct | struct_ConfigMasterI2C |
The configuration data of I2C interface used as Master. More... | |
struct | struct_ConfigSlaveI2C |
The configuration data of I2C interface used as Slave. More... | |
class | HW_I2C_Master |
this is a C++ wrapper for the original pico SDK i2c master API More... | |
struct | struct_SlaveMemory |
this is the structure of the memory used by the slave i2c interface More... | |
class | HW_I2C_Slave |
this is a C++ wrapper for the original pico SDK i2c slave API More... | |