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 17:a3fc679456e8, committed 2019-02-03
- Comitter:
- Helmut Tschemernjak
- Date:
- Sun Feb 03 13:03:14 2019 +0100
- Parent:
- 16:c12c85fdfa60
- Child:
- 18:d2f227e0a8bf
- Commit message:
- added property editor feature
Changed in this revision
| PinMap.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/PinMap.h Sun Feb 03 13:02:44 2019 +0100 +++ b/PinMap.h Sun Feb 03 13:03:14 2019 +0100 @@ -12,7 +12,7 @@ #define FEATURE_LORA #define FEATURE_USBSERIAL #define FEATURE_NVPROPERTY - +#define FEATURE_NVPROPERTYEDITOR // #define FEATURE_LORA_PING_PONG #endif
Helmut Tschemernjak