Lora pinpong demo (fork of https://developer.mbed.org/users/Helmut64/code/STM32L0_LoRa/ example)
Dependencies: BufferedSerial SX1276GenericLib mbed
Fork of STM32L0_LoRa by
Diff: main.cpp
- Revision:
- 10:f84959c2e044
- Parent:
- 8:3b0d7b4ff28f
--- a/main.cpp Tue May 30 15:49:05 2017 +0000 +++ b/main.cpp Tue Jun 06 12:21:21 2017 +0000 @@ -5,10 +5,6 @@ */ #include "main.h" -/* - * IMPORTANT NOTE - * Use the Nucleo-L073RZ target for the STM B_L072Z_LRWAN1 LoRa board - */ DigitalOut myled(LED1); BufferedSerial *ser;
