Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: main.cpp
- Revision:
- 15:0ccf0f530a05
- Parent:
- 13:4045b6ac448d
- Child:
- 20:ef9cc1b42e9d
--- a/main.cpp Tue Feb 18 13:59:21 2014 +0000 +++ b/main.cpp Tue Feb 18 15:36:12 2014 +0000 @@ -1,4 +1,5 @@ #include "common.h" +#include "io.h" #include "ATResultBuffer.h" C027 c027; @@ -13,6 +14,9 @@ int ret; puts("Started..."); + io_init(); + puts("IO initialized."); + c027.mdmWakeup(); c027.mdmReset(); c027.mdmPower(true);