Exo

Dependencies:   IHM mbed

Files at this revision

API Documentation at this revision

Comitter:
Quent1nl
Date:
Tue May 29 14:10:12 2018 +0000
Commit message:
Ex5

Changed in this revision

IHM.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 681da271de57 IHM.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/IHM.lib	Tue May 29 14:10:12 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/slowness/code/IHM/#a9e51ac904e2
diff -r 000000000000 -r 681da271de57 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue May 29 14:10:12 2018 +0000
@@ -0,0 +1,18 @@
+#include "Nboard.h"
+#include "IHM.h"
+IHM ihm;
+
+int main()
+{
+    volatile unsigned char cpt=0;
+    ihm.LCD_clear();
+    ihm.LCD_printf("1er TP avec IHM");
+    while(1) {
+        wait(0.5);
+        led0 =! led0;
+        cpt++;
+        ihm.LCD_gotoxy(1,13);
+        ihm.LCD_printf("%03d",cpt);
+
+    }
+}
diff -r 000000000000 -r 681da271de57 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue May 29 14:10:12 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/5aab5a7997ee
\ No newline at end of file