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: pulga-lorawan-drv SX1272
Diff: lora.cpp
- Revision:
- 14:88373765b9a9
- Parent:
- 11:9ee88f11ed06
- Child:
- 16:3994aadbb37c
--- a/lora.cpp Thu Apr 15 19:21:55 2021 +0000 +++ b/lora.cpp Mon Apr 19 13:32:23 2021 +0000 @@ -88,7 +88,7 @@ sx1272.writeRegister(REG_FIFO_ADDR_PTR,0x00); for(unsigned int i = 0; i <= length8; i++) { - pc.printf("Samira - send_packet ( ) - FOR..\n"); + // pc.printf("Samira - send_packet ( ) - FOR..\n"); sx1272.writeRegister(REG_FIFO, payload[i]); // Writing the payload in FIFO }