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

Go to the source code of this file.
Macros | |
| #define | FREQ 100000UL |
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| Hardware::TWI | twi (FREQ) |
| PCF8574 | port (twi, 0) |
| PCF8574::GPIO< 0 > | pin (port) |
| #define FREQ 100000UL |
Definition at line 13 of file PCF8574.ino.
| void loop | ( | ) |
Definition at line 30 of file PCF8574.ino.
| void setup | ( | ) |
Definition at line 22 of file PCF8574.ino.
| PCF8574::GPIO<0> pin(port) |
| Hardware::TWI twi(FREQ) |