daisy::Mpr121I2CTransport¶
Module: External
#include <mpr121.h>
Public Classes¶
Name | |
---|---|
struct | Config |
Public Functions¶
Name | |
---|---|
Mpr121I2CTransport() | |
~Mpr121I2CTransport() | |
bool | Init(Config config) |
bool | Write(uint8_t * data, uint16_t size) |
bool | Read(uint8_t * data, uint16_t size) |
Detailed Description¶
I2C Transport for MPR121
Public Functions Documentation¶
function Mpr121I2CTransport¶
function ~Mpr121I2CTransport¶
function Init¶
Return: Did the transaction error? i.e. Return true if error, false if ok
function Write¶
Return: Did the transaction error? i.e. Return true if error, false if ok
function Read¶
Return: Did the transaction error? i.e. Return true if error, false if ok
---¶
Updated on 2024-01-03 at 19:41:01 +0000