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