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

Files at this revision

API Documentation at this revision

Comitter:
Helmut Tschemernjak
Date:
Wed Feb 06 17:31:23 2019 +0100
Parent:
26:244e14c12635
Parent:
25:8578fed9087e
Child:
28:a28b91129f0d
Commit message:
merged

Changed in this revision

--- a/main.cpp	Wed Feb 06 17:03:46 2019 +0100
+++ b/main.cpp	Wed Feb 06 17:31:23 2019 +0100
@@ -124,3 +124,9 @@
 		}
 	}
 }
+
+
+void dump(const char *title, void *data, int len)
+{
+	dump(title, data,  len, false);
+}