Network, SD card, Serial, LCD and sensors all work! :) ** Don't Press the User Button without an SD Card inserted!! **
Dependencies: BMP280
Fork of Thread_Communication_V2 by
Diff: main.h
- Revision:
- 10:c10d1337d754
- Parent:
- 9:b838c5787ed7
- Child:
- 11:19135c83c208
diff -r b838c5787ed7 -r c10d1337d754 main.h --- a/main.h Sat Dec 30 15:12:09 2017 +0000 +++ b/main.h Sat Dec 30 18:55:22 2017 +0000 @@ -65,6 +65,7 @@ /* Configure Digital In Switches */ extern DigitalIn SW_L (PE_12); extern DigitalIn SW_R (PE_14); +extern DigitalIn sdIn (PE_10); //extern DigitalIn SW_B (USER_BUTTON); //defined as interrupt now for SD /* Configure Analogue Pins */ /* Analogue IN */