arduino-audio-driver
|
I2C pins. More...
#include <DriverPins.h>
Public Member Functions | |
PinsI2C ()=default | |
PinsI2C (PinFunction function, GpioPin scl, GpioPin sda, int port=-1, uint32_t frequency=100000, TwoWire &wire=Wire) | |
bool | begin () |
void | end () |
operator bool () | |
bool | pinsAvailable () |
Public Attributes | |
uint32_t | frequency = 100000 |
PinFunction | function |
TwoWire * | p_wire |
int | port = -1 |
GpioPin | scl = -1 |
GpioPin | sda = -1 |
bool | set_active = true |
I2C pins.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
uint32_t frequency = 100000 |
PinFunction function |
TwoWire* p_wire |
int port = -1 |
GpioPin scl = -1 |
GpioPin sda = -1 |
bool set_active = true |