Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial SX1276GenericLib USBDeviceHT mbed Crypto X_NUCLEO_IKS01A2
Fork of STM32L0_LoRa by
Revision 26:d93f1206909c, committed 2018-05-30
- 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
--- /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);
