Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
main.cpp
00001 #include "mbed.h" 00002 #ifdef TARGET_UBLOX_C027 00003 #include "C027_api.h" 00004 #else 00005 #error "This example is targeted for the C027 platform" 00006 #endif 00007 00008 DigitalOut myled(LED); 00009 00010 int main() { 00011 while(1) { 00012 myled = !myled; 00013 wait(0.2); 00014 } 00015 }
Generated on Wed Jul 13 2022 18:26:26 by
1.7.2