zble test

Dependencies:   mbed

Fork of Projet2048 by Emmanuel DE LEON

Files at this revision

API Documentation at this revision

Comitter:
Risord
Date:
Mon Jan 16 15:35:52 2017 +0000
Parent:
0:15f67b4b482d
Commit message:
ajout mbed.h +main;

Changed in this revision

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 15f67b4b482d -r 7606a394681a Main.cpp
--- a/Main.cpp	Mon Jan 16 15:25:35 2017 +0000
+++ b/Main.cpp	Mon Jan 16 15:35:52 2017 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+
+
+
+
+int main() {
+    while(1) {
+       
+    }
+}
diff -r 15f67b4b482d -r 7606a394681a mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Jan 16 15:35:52 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/99b5ccf27215
\ No newline at end of file