modm API documentation
modm::I2cTransaction::Starting Struct Reference

Public Member Functions

 Starting (uint8_t address, OperationAfterStart next)
 

Public Attributes

uint8_t address
 
OperationAfterStart next
 

Constructor & Destructor Documentation

modm::I2cTransaction::Starting::Starting ( uint8_t  address,
OperationAfterStart  next 
)
inline

Contains the information required to begin an I2C transfer.

Parameters
addressthe slave address excluding read/write bit
nextoperation following the successful addressing of the slave

The documentation for this struct was generated from the following file: