Arduino-OWI
One-Wire Interface (OWI) library for Arduino
|
Go to the source code of this file.
Functions | |
void | setup () |
void | loop () |
Variables | |
GPIO< BOARD::D0 > | led |
Software::OWI< BOARD::D1 > | owi |
const uint8_t | KEY [] |
void loop | ( | ) |
Definition at line 21 of file DS1990A.ino.
void setup | ( | ) |
Definition at line 15 of file DS1990A.ino.
const uint8_t KEY[] |
Definition at line 9 of file DS1990A.ino.
GPIO<BOARD::D0> led |
Definition at line 5 of file DS1990A.ino.
Software::OWI<BOARD::D1> owi |
Definition at line 6 of file DS1990A.ino.