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 |
#define USE_SOFTWARE_TWI |
Definition at line 4 of file Scanner.ino.
void loop | ( | ) |
Definition at line 34 of file Scanner.ino.
void setup | ( | ) |
Definition at line 28 of file Scanner.ino.
Software::TWI<BOARD::D18, BOARD::D19> twi |
Definition at line 17 of file Scanner.ino.