Skip to content

daisy::Mpr121I2CTransport::Config

#include <mpr121.h>

Public Functions

Name
Config()

Public Attributes

Name
I2CHandle::Config::Peripheral periph
I2CHandle::Config::Speed speed
Pin scl
Pin sda
I2CHandle::Config::Mode mode
uint8_t dev_addr

Public Functions Documentation

function Config

inline Config()

Public Attributes Documentation

variable periph

I2CHandle::Config::Peripheral periph;

variable speed

I2CHandle::Config::Speed speed;

variable scl

Pin scl;

variable sda

Pin sda;

variable mode

I2CHandle::Config::Mode mode;

variable dev_addr

uint8_t dev_addr;

Updated on 2024-01-03 at 19:41:01 +0000