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:
50:28166f6fdaa2
Parent:
49:6c7d42d48672
Child:
52:c6f8d0db1334
--- a/PinMap.h	Mon Mar 04 09:42:47 2019 +0100
+++ b/PinMap.h	Fri Mar 29 14:22:04 2019 +0100
@@ -17,6 +17,7 @@
  #define FEATURE_USBSERIAL
  #define FEATURE_NVPROPERTY
  #define FEATURE_NVPROPERTYEDITOR
+// #define FEATURE_SI7021
 #endif
 
 #ifdef HELTECL432_REV1
@@ -63,6 +64,9 @@
 #define P_PB_6		PB_6
 #define	P_PB_7		PB_7
 
+#define SI7021_SCA	P_PA_10_SCA
+#define SI7021_SCL	P_PA_9_SCL
+
 #define WatchDogUpdate() void()
 
 #else