test
Dependencies: GPS TextLCD mbed
Fork of GPS_classroom by
Diff: main.cpp
- Revision:
- 4:41de6c2673f3
- Parent:
- 3:37086b58ab05
diff -r 37086b58ab05 -r 41de6c2673f3 main.cpp --- a/main.cpp Sat May 23 04:39:50 2015 +0000 +++ b/main.cpp Sat May 23 04:42:51 2015 +0000 @@ -5,6 +5,8 @@ I2C i2c_lcd(D14,D15); TextLCD_I2C lcd(&i2c_lcd, 0x4E, TextLCD::LCD16x2); Serial esp(D8,D2); +DigitalIn bt(D5); + uint8_t buffer[0x100]; uint16_t buffer_head; uint16_t buffer_tail;