|
Arduino-TWI
Two-Wire Interface (TWI) library for Arduino
|
#include <DS2482.h>

Public Member Functions | |
| operator uint8_t () | |
| config_t () | |
Public Attributes | |
| uint8_t | as_uint8 |
| Unsigned byte access. More... | |
| struct { | |
| uint8_t APU:1 | |
| < Bitfield access (little endian). More... | |
| uint8_t ZERO:1 | |
| Always Zero(0). More... | |
| uint8_t SPU:1 | |
| Strong Pullup. More... | |
| uint8_t IWS:1 | |
| 1-Wire Speed. More... | |
| uint8_t COMP:4 | |
| Complement of lower 4-bits. More... | |
| }; | |
| struct { ... } |
| uint8_t DS2482::config_t::APU |