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:
45:22bb680cad5a
Parent:
37:77fa81e4ad79
Child:
47:59a9923a9f77
--- a/main.h	Fri Feb 15 10:53:47 2019 +0100
+++ b/main.h	Sun Feb 24 14:57:36 2019 +0100
@@ -32,7 +32,7 @@
 extern USBSerialBuffered *usb;
 #endif
 extern bool _useDprintf;
-extern void InitSerial(int timeout, DigitalOut *led);
+extern void InitSerial(int timeout, DigitalOut *led, InterruptIn *intr);
 extern void RunStartup(void);
 extern size_t MemoryAvailable(bool print);