Marco Zecchini / Mbed 2 deprecated Smartage

Dependencies:   BufferedSerial SX1276GenericLib USBDeviceHT mbed Crypto X_NUCLEO_IKS01A2

Fork of STM32L0_LoRa by Helmut Tschemernjak

Files at this revision

API Documentation at this revision

Comitter:
marcozecchini
Date:
Wed May 30 14:07:12 2018 +0000
Parent:
25:18a57be7bb17
Child:
27:d308dd4d8f51
Commit message:
WORKING WITHOUT ENC

Changed in this revision

AES.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
smartage/smartage.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/AES.lib	Wed May 30 14:07:12 2018 +0000
@@ -0,0 +1,1 @@
+http://os.mbed.com/users/neilt6/code/AES/#09347d4bc827
--- a/main.cpp	Fri May 25 16:21:57 2018 +0000
+++ b/main.cpp	Wed May 30 14:07:12 2018 +0000
@@ -39,7 +39,8 @@
     
     print_stuff();
     bool empty = true;
-    //ADD THE WAIT
+    //WAIT
+    wait(7.5f);
     while(1){
         
         char distance[4], empty_distance[4], temperature[4];//Message to be sent
--- a/smartage/smartage.cpp	Fri May 25 16:21:57 2018 +0000
+++ b/smartage/smartage.cpp	Wed May 30 14:07:12 2018 +0000
@@ -293,7 +293,7 @@
     }
     dprintf("> Finished!");
     //wait for a bit - in seconds.
-    wait(5.0f);
+    wait(10.0f);
     //destroy led led3 e Buffer e radio
     delete(led);
     delete(led3);