exemplo de uso de smartgrid 1. Fazer o exemplo usando WHILE 2. Rerfatorar usando os Eventos do MBED

Files at this revision

API Documentation at this revision

Comitter:
AndersonIctus
Date:
Sun May 19 16:27:34 2019 +0000
Parent:
0:5ffe02fbed02
Commit message:
commit 2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
sgam/sensor/temperatura/Temperatura.h Show annotated file Show diff for this revision Revisions of this file
diff -r 5ffe02fbed02 -r 165d284f5927 main.cpp
--- a/main.cpp	Sun May 19 14:08:55 2019 +0000
+++ b/main.cpp	Sun May 19 16:27:34 2019 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
 
 int main(){
-    return 0;    
+    return 1;
 }
diff -r 5ffe02fbed02 -r 165d284f5927 sgam/sensor/temperatura/Temperatura.h
--- a/sgam/sensor/temperatura/Temperatura.h	Sun May 19 14:08:55 2019 +0000
+++ b/sgam/sensor/temperatura/Temperatura.h	Sun May 19 16:27:34 2019 +0000
@@ -6,4 +6,5 @@
 public: 
     float getTemperature();
 }
+;
 #endif // define SGAM_TEMPERATURA_H