|
Arduino-TWI
Two-Wire Interface (TWI) library for Arduino
|

Go to the source code of this file.
Macros | |
| #define | USE_SOFTWARE_TWI |
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| Software::TWI< BOARD::D18, BOARD::D19 > | twi |
| Si70XX | sensor (twi) |
| #define USE_SOFTWARE_TWI |
Definition at line 5 of file Si7021.ino.
| void loop | ( | ) |
Definition at line 49 of file Si7021.ino.
| void setup | ( | ) |
Definition at line 22 of file Si7021.ino.
| Software::TWI<BOARD::D18, BOARD::D19> twi |
Definition at line 10 of file Si7021.ino.