An example project for the Heltec Turtle LoRa board (STM32L4 and SX1276 chips). The projects is only supported for the Nucleo-L432KC board platform in the mbed online and offline compiler environment. Visit www.radioshuttle.de (choose Turtle board) for instructions. Note that most source files and libraries are open source, however some files especially the RadioShuttle core protocol is copyrighted work. Check header for details.
Dependencies: mbed BufferedSerial SX1276GenericLib OLED_SSD1306 HELIOS_Si7021 NVProperty RadioShuttle-STM32L4 USBDeviceHT
Revision 49:6c7d42d48672, committed 2019-03-04
- Comitter:
- Helmut Tschemernjak
- Date:
- Mon Mar 04 09:42:47 2019 +0100
- Parent:
- 48:840d56a00df5
- Child:
- 50:28166f6fdaa2
- Commit message:
- Updated lib
Changed in this revision
| PinMap.h | Show annotated file Show diff for this revision Revisions of this file |
| RadioShuttle-STM32L4.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/PinMap.h Tue Feb 26 17:38:59 2019 +0100 +++ b/PinMap.h Mon Mar 04 09:42:47 2019 +0100 @@ -5,7 +5,7 @@ */ #define RS_MAJOR 3 -#define RS_MINOR 1 +#define RS_MINOR 3 #define MAJOR_VERSION 1 #define MINOR_VERSION 1
--- a/RadioShuttle-STM32L4.lib Tue Feb 26 17:38:59 2019 +0100 +++ b/RadioShuttle-STM32L4.lib Mon Mar 04 09:42:47 2019 +0100 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/Helmut64/code/RadioShuttle-STM32L4/#f98abaa76518 +https://os.mbed.com/users/Helmut64/code/RadioShuttle-STM32L4/#91bc7ef20f21
Helmut Tschemernjak