Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

main.cpp

Committer:
aroulin
Date:
2014-09-30
Revision:
4:f1708f6ec905
Parent:
1:23ffa0e091bc
Child:
7:eeef6f9fa1db

File content as of revision 4:f1708f6ec905:

#include "mbed.h"
#include "sms_lib.h"

int main() {
    printf("Hello");
    init_sms_features();
    return 0;
}