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:
10:704ea02d32ac
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-util.h	Thu Jan 24 14:30:05 2019 +0100
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2019 Helmut Tschemernjak
+ * 30826 Garbsen (Hannover) Germany
+ * Licensed under the Apache License, Version 2.0);
+ */
+
+
+#ifndef __MBED_UTIL_H__
+#define __MBED_UTIL_H__
+
+
+extern int CPUID(uint8_t *buf, int maxSize, uint32_t value);
+extern float BatteryVoltage(void);
+extern void OTPWrite(uint8_t *address, const void *d, size_t length);
+
+
+
+
+#endif // __MBED_UTIL_H__