Arduino-TWI
Two-Wire Interface (TWI) library for Arduino
|
Go to the source code of this file.
Functions | |
void | setup () |
void | loop () |
Variables | |
Hardware::TWI | twi (100000UL) |
BMP085 | bmp (twi) |
void loop | ( | ) |
Definition at line 30 of file BMP085.ino.
void setup | ( | ) |
Definition at line 21 of file BMP085.ino.
Hardware::TWI twi(100000UL) |