EasyButtonCode
Dependencies: libmDot mbed-rtos mbed
Fork of easyButton_GP_IOT by
Revision 12:e82913ee9c61, committed 2015-11-14
- Comitter:
- SomeRandomBloke
- Date:
- Sat Nov 14 20:58:36 2015 +0000
- Parent:
- 11:38ce10209eff
- Child:
- 13:aebe2bf2aa8b
- Commit message:
- Example released
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Nov 14 20:54:36 2015 +0000 +++ b/main.cpp Sat Nov 14 20:58:36 2015 +0000 @@ -47,9 +47,6 @@ // A0 on Dev Board, pin 20 on mDot //#define DATA_PIN PB_1 -// A2 - input to reset LoRaWAN config. Pin 15 om mDot. -#define CONFIG_RESET PC_1 - // Temperature sensor object DS1820 probe(DATA_PIN);
