1

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
yu10078999
Date:
Fri Sep 09 08:55:25 2016 +0000
Commit message:
0

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 000000000000 -r 20fa256f0e0b main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Sep 09 08:55:25 2016 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+
+Serial esp8266(D6 ,D7);
+
+int main() {
+    float val=3.141592;
+    esp8266.printf("%f",val);
+}
diff -r 000000000000 -r 20fa256f0e0b mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Sep 09 08:55:25 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/2e9cc70d1897
\ No newline at end of file