Pantalla Oled

Dependencies:   mbed Adafruit_GFX

Files at this revision

API Documentation at this revision

Comitter:
javiervicente
Date:
Fri Dec 11 12:14:07 2020 +0000
Parent:
0:72e26a9c09f9
Commit message:
bueno

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Dec 01 11:34:18 2020 +0000
+++ b/main.cpp	Fri Dec 11 12:14:07 2020 +0000
@@ -30,7 +30,7 @@
          n++;
         gOled.display();
         gOled.setTextCursor(0,0);
-        thread_sleep_for(1000);
+        wait(1.000);
     }
 
 }
\ No newline at end of file
--- a/mbed-os.lib	Tue Dec 01 11:34:18 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://github.com/ARMmbed/mbed-os/#cf4f12a123c05fcae83fc56d76442015cb8a39e9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Dec 11 12:14:07 2020 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/mbed_official/code/mbed/builds/0f02307a0877
\ No newline at end of file