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:
55:41c3d465d048
Parent:
53:f84c9283eb05
--- a/PinMap.h	Wed Apr 10 15:35:23 2019 +0200
+++ b/PinMap.h	Wed Apr 10 16:07:23 2019 +0200
@@ -18,6 +18,7 @@
  #define FEATURE_NVPROPERTY
  #define FEATURE_NVPROPERTYEDITOR
  #define FEATURE_SI7021
+ #define FEATURE_SSD1306
 #endif
 
 #ifdef HELTECL432_REV1
@@ -66,9 +67,9 @@
 
 #define SI7021_SDA	P_PA_10_SDA
 #define SI7021_SCL	P_PA_9_SCL
-#define SSD1306_ADDRESS 0x3c
-#define SSD1306_SDA P_PA_10_SDA
-#define SSD1306_SCL P_PA_9_SCL
+#define DISPLAY_ADDRESS 0x3c
+#define DISPLAY_SDA P_PA_10_SDA
+#define DISPLAY_SCL P_PA_9_SCL
 
 #define WatchDogUpdate() void()