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: main.cpp
- Revision:
- 15:b27ab44dc2c8
- Parent:
- 10:f6ff8ec221ec
diff -r 88373765b9a9 -r b27ab44dc2c8 main.cpp
--- a/main.cpp Mon Apr 19 13:32:23 2021 +0000
+++ b/main.cpp Thu Apr 29 16:54:10 2021 +0000
@@ -38,7 +38,7 @@
int main(void) {
-
+ pc.printf("bora comecar");
///////////////////////////////////////
// Configuration
///////////////////////////////////////
@@ -46,12 +46,13 @@
pc.printf("init\n");
pc.baud(9600);
+ pc.printf("baud 9600");
pc.printf("config9600\n");
//enable serial rx interrupt
//pc.attach(&serial_post_to_queue, RawSerial::RxIrq);
wait_ms(250);
-
+ pc.printf("waitou 250ms");
//____Configuration Lora