Represents a DS248x configuration.
More...
#include <DS248x.h>
Represents a DS248x configuration.
OneWire::DS248x::Config::Config |
( |
| ) |
|
|
inline |
bool OneWire::DS248x::Config::get1WS |
( |
| ) |
const |
|
inline |
bool OneWire::DS248x::Config::getAPU |
( |
| ) |
const |
|
inline |
bool OneWire::DS248x::Config::getPDN |
( |
| ) |
const |
|
inline |
bool OneWire::DS248x::Config::getSPU |
( |
| ) |
const |
|
inline |
uint8_t DS248x::Config::readByte |
( |
| ) |
const |
Byte representation that is read from the DS248x.
void DS248x::Config::reset |
( |
| ) |
|
Reset to the power-on default config.
void OneWire::DS248x::Config::set1WS |
( |
bool |
new1WS | ) |
|
|
inline |
void OneWire::DS248x::Config::setAPU |
( |
bool |
newAPU | ) |
|
|
inline |
void OneWire::DS248x::Config::setPDN |
( |
bool |
newPDN | ) |
|
|
inline |
void OneWire::DS248x::Config::setSPU |
( |
bool |
newSPU | ) |
|
|
inline |
uint8_t DS248x::Config::writeByte |
( |
| ) |
const |
Byte respresentation that is written to the DS248x.
The documentation for this class was generated from the following files:
- C:/Users/Justin.Jordan/Documents/Arduino/libraries/OneWire/src/Masters/DS248x/DS248x.h
- C:/Users/Justin.Jordan/Documents/Arduino/libraries/OneWire/src/Masters/DS248x/DS248x.cpp