Creating fork of this project

Dependencies:   mbed-dev mbed

Files at this revision

API Documentation at this revision

Comitter:
mudassar0121
Date:
Thu Aug 10 11:24:06 2017 +0000
Commit message:
creating fork

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-dev.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Aug 10 11:24:06 2017 +0000
@@ -0,0 +1,17 @@
+#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);
+    }    
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-dev.lib	Thu Aug 10 11:24:06 2017 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/mbed_official/code/mbed-dev/#e3b6fe271b81
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Aug 10 11:24:06 2017 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/mbed_official/code/mbed/builds/a97add6d7e64
\ No newline at end of file