Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

Committer:
aroulin
Date:
Tue Sep 30 16:06:35 2014 +0000
Revision:
4:f1708f6ec905
Parent:
1:23ffa0e091bc
Child:
7:eeef6f9fa1db
Merge GPS Locate and SMS features

Who changed what in which revision?

UserRevisionLine numberNew contents of line
philemonf 0:164fb9518d1a 1 #include "mbed.h"
aroulin 4:f1708f6ec905 2 #include "sms_lib.h"
philemonf 1:23ffa0e091bc 3
philemonf 0:164fb9518d1a 4 int main() {
aroulin 4:f1708f6ec905 5 printf("Hello");
aroulin 4:f1708f6ec905 6 init_sms_features();
philemonf 1:23ffa0e091bc 7 return 0;
philemonf 0:164fb9518d1a 8 }