Programme qui permet d'afficher la température en temps réel, grâce au capteur MCP9808 sur un microcontrôleur DISCO-F746NG. Le projet à été réalisé durant les cours d'interfaçage , en licence pro MECSE à l'IUT de Cachan.

Dependencies:   TS_DISCO_F746NG mbed LCD_DISCO_F746NG BSP_DISCO_F746NG MCP9808 BUTTON_GROUP

Revision:
7:cd3ef8345659
Parent:
6:2736b38c1d73
Child:
8:b37aafcf7a55
--- a/main.cpp	Wed Dec 23 07:25:23 2015 +0000
+++ b/main.cpp	Wed Dec 23 08:02:07 2015 +0000
@@ -38,7 +38,7 @@
     reset.Draw(INACTIVE, LCD_COLOR_GRAY);
 
     lcd_.SetTextColor(LCD_COLOR_WHITE);
-    lcd_.DisplayStringAt(100, 260, (uint8_t *)"12/23 16:20", LEFT_MODE);
+    lcd_.DisplayStringAt(100, 260, (uint8_t *)"12/23 16:57", LEFT_MODE);
     int num;
     while (true)
     {
@@ -68,4 +68,3 @@
         wait(0.5f);
     }
 }
-