Danilo Bustamante
/
GSM_FRDM_K64F
for joseph
Revision 2:733ff42bdbd8, committed 2015-02-18
- Comitter:
- danilob
- Date:
- Wed Feb 18 01:30:44 2015 +0000
- Parent:
- 1:4c288e0254f3
- Commit message:
- changes
Changed in this revision
diff -r 4c288e0254f3 -r 733ff42bdbd8 main.c --- a/main.c Wed Feb 18 01:13:20 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -#include "initialize.h" - -extern Serial pc; -extern Serial gsm; -//extern buffer[]; - -char comand[100]; - -int main() -{ - initializeGSM(); - while(1){ - pc.printf("Comand line activated\n\r"); - pc.scanf("%s",&comand); - gsm.puts(comand); - print_registers(); - } - return 0; -} -
diff -r 4c288e0254f3 -r 733ff42bdbd8 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Wed Feb 18 01:30:44 2015 +0000 @@ -0,0 +1,21 @@ +#include "mbed.h" +#include "initialize.h" + +extern Serial pc; +extern Serial gsm; +extern buffer[]; + +char comand[100]; + +int main() +{ + initializeGSM(); + while(1){ + pc.printf("Comand line activated\n\r"); + pc.scanf("%s",&comand); + gsm.puts(comand); + print_registers(); + } + return 0; +} +
diff -r 4c288e0254f3 -r 733ff42bdbd8 mbed.bld --- a/mbed.bld Wed Feb 18 01:13:20 2015 +0000 +++ b/mbed.bld Wed Feb 18 01:30:44 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/9ad691361fac \ No newline at end of file