![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Hello this is a test!
main.cpp
- Committer:
- jamessayer
- Date:
- 2015-04-17
- Revision:
- 0:6021732dc364
File content as of revision 0:6021732dc364:
#include "mbed.h" #ifdef TARGET_UBLOX_C027 #include "C027_api.h" #else #error "This example is targeted for the C027 platform" #endif DigitalOut myled(LED); int main() { while(1) { myled = !myled; wait(0.2); } }