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:
22:9cca40fcb25e
Parent:
18:d2f227e0a8bf
Child:
37:77fa81e4ad79
--- a/main.h	Mon Feb 04 10:23:01 2019 +0100
+++ b/main.h	Wed Feb 06 15:52:20 2019 +0100
@@ -39,6 +39,7 @@
 extern void dprintf(const char *format, ...) __attribute__((format(printf,1,2)));
 extern void rprintf(const char *format, ...) __attribute__((format(printf,1,2)));
 extern void VAprintf(bool timstamp, bool newline, bool printEnabled, const char *format, va_list arg);
-extern char *ConsoleReadline(char *buf, int buflen, bool echo);
+extern char *ConsoleReadline(char *buf, int buflen, bool echo, int timeout_ms = 0);
 extern void NVPropertyEditor(void);
+extern void MCUReset(void);