|
Arduino-OWI
One-Wire Interface (OWI) library for Arduino
|
#include "GPIO.h"#include "OWI.h"#include "Software/OWI.h"#include "Driver/DS18B20.h"#include "Software/Serial.h"#include "assert.h"
Go to the source code of this file.
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| Software::Serial< BOARD::D0 > | Serial |
| Software::OWI< BOARD::D1 > | owi |
| DS18B20 | sensor (owi) |
| Software::OWI<BOARD::D1> owi |