#include <OWI.h>
One-Wire Interface (OWI) Device Driver abstract class.
Definition at line 285 of file OWI.h.
OWI::Device::Device |
( |
OWI & |
owi, |
|
|
const uint8_t * |
rom = NULL |
|
) |
| |
|
inline |
Construct One-Wire Interface (OWI) Device Driver with given bus and device address.
- Parameters
-
[in] | owi | bus manager. |
[in] | rom | code (default NULL). |
Definition at line 293 of file OWI.h.
void OWI::Device::rom |
( |
const uint8_t * |
rom | ) |
|
|
inline |
Set device rom code.
- Parameters
-
Definition at line 303 of file OWI.h.
uint8_t* OWI::Device::rom |
( |
| ) |
|
|
inline |
Get device rom code.
- Returns
- rom code.
Definition at line 333 of file OWI.h.
void OWI::Device::rom_P |
( |
const uint8_t * |
rom | ) |
|
|
inline |
Set device rom code.
- Parameters
-
[in] | rom | code in program memory. |
Definition at line 318 of file OWI.h.
One-Wire Bus Manager.
Definition at line 340 of file OWI.h.
uint8_t OWI::Device::m_rom[ROM_MAX] |
|
protected |
The documentation for this class was generated from the following file: