Armand Mallard / Mbed 2 deprecated Branly

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
Armand80
Date:
Tue Oct 17 08:11:16 2017 +0000
Commit message:
pour toi quentin

Changed in this revision

TextLCD.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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Tue Oct 17 08:11:16 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Oct 17 08:11:16 2017 +0000
@@ -0,0 +1,15 @@
+#include "mbed.h"
+#include "TextLCD.h"
+DigitalOut myled(LED1);
+TextLCD lcd(D8,D9,D4,D5,D6,D7);
+int main()
+{
+    lcd.printf("NUCLEO F103RB");
+    float i=0.0;
+    while(1) {
+        lcd.locate(0,1);
+        lcd.printf("%f",i);
+        i=i+0.5;
+    wait_ms(200) ;
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Oct 17 08:11:16 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/b484a57bc302
\ No newline at end of file