Arduino-OWI
One-Wire Interface (OWI) library for Arduino
|
Go to the source code of this file.
Functions | |
void | setup () |
void | loop () |
Variables | |
Slave::OWI< BOARD::D7 > | owi (Arduino::FAMILY_CODE) |
void loop | ( | ) |
Service incoming one-wire rom and remote arduino functions.
Definition at line 21 of file Arduino.ino.
void setup | ( | ) |
Setup One-Wire Remote Arduino Slave Device. Set alarm state to allow alarm search before reading analog input.
Definition at line 13 of file Arduino.ino.
Slave::OWI<BOARD::D7> owi(Arduino::FAMILY_CODE) |
One-Wire Slave Device Bus Manager.