#include <TwoWireBitBangImple.h>
◆ SettingsObject [1/2]
◆ SettingsObject [2/2]
◆ TwoWireBitBangImple() [1/2]
TwoWireBitBangImple::TwoWireBitBangImple |
( |
uint8_t |
pinClock, |
|
|
uint8_t |
pinData |
|
) |
| |
|
inline |
◆ ~TwoWireBitBangImple() [1/2]
TwoWireBitBangImple::~TwoWireBitBangImple |
( |
| ) |
|
|
inline |
◆ TwoWireBitBangImple() [2/2]
TwoWireBitBangImple::TwoWireBitBangImple |
( |
uint8_t |
pinClock, |
|
|
uint8_t |
pinData |
|
) |
| |
|
inline |
◆ ~TwoWireBitBangImple() [2/2]
TwoWireBitBangImple::~TwoWireBitBangImple |
( |
| ) |
|
|
inline |
◆ applySettings() [1/2]
void TwoWireBitBangImple::applySettings |
( |
[[maybe_unused] ] const SettingsObject & |
settings | ) |
|
|
inline |
◆ applySettings() [2/2]
void TwoWireBitBangImple::applySettings |
( |
[[maybe_unused] ] const SettingsObject & |
settings | ) |
|
|
inline |
◆ begin() [1/2]
void TwoWireBitBangImple::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
void TwoWireBitBangImple::begin |
( |
| ) |
|
|
inline |
◆ beginTransaction() [1/2]
void TwoWireBitBangImple::beginTransaction |
( |
| ) |
|
|
inline |
◆ beginTransaction() [2/2]
void TwoWireBitBangImple::beginTransaction |
( |
| ) |
|
|
inline |
◆ endTransaction() [1/2]
void TwoWireBitBangImple::endTransaction |
( |
| ) |
|
|
inline |
◆ endTransaction() [2/2]
void TwoWireBitBangImple::endTransaction |
( |
| ) |
|
|
inline |
◆ transmitBit() [1/2]
void TwoWireBitBangImple::transmitBit |
( |
uint8_t |
bit | ) |
|
|
inline |
◆ transmitBit() [2/2]
void TwoWireBitBangImple::transmitBit |
( |
uint8_t |
bit | ) |
|
|
inline |
◆ transmitByte() [1/2]
void TwoWireBitBangImple::transmitByte |
( |
uint8_t |
data | ) |
|
|
inline |
◆ transmitByte() [2/2]
void TwoWireBitBangImple::transmitByte |
( |
uint8_t |
data | ) |
|
|
inline |
◆ transmitBytes() [1/2]
void TwoWireBitBangImple::transmitBytes |
( |
const uint8_t * |
data, |
|
|
size_t |
dataSize |
|
) |
| |
|
inline |
◆ transmitBytes() [2/2]
void TwoWireBitBangImple::transmitBytes |
( |
const uint8_t * |
data, |
|
|
size_t |
dataSize |
|
) |
| |
|
inline |