test

Dependencies:   CMPS03 mbed

Files at this revision

API Documentation at this revision

Comitter:
sedid
Date:
Fri Jun 09 05:20:37 2017 +0000
Commit message:
boussole; ;

Changed in this revision

CMPS03.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp 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
diff -r 000000000000 -r eae6cbcb318d CMPS03.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CMPS03.lib	Fri Jun 09 05:20:37 2017 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/aberk/code/CMPS03/#c6bcc390612a
diff -r 000000000000 -r eae6cbcb318d main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Jun 09 05:20:37 2017 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+DigitalOut myled(LED1);
+
+int main() {
+    while(1) {
+        myled = 1;
+        wait(0.2);
+        myled = 0;
+        wait(0.2);
+    }
+}
diff -r 000000000000 -r eae6cbcb318d mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Jun 09 05:20:37 2017 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/mbed_official/code/mbed/builds/093f2bd7b9eb
\ No newline at end of file