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:
13:3c7a52b11316
Parent:
9:a988aa7a4652
Child:
18:d2f227e0a8bf
--- a/main.cpp	Thu Jan 24 16:00:53 2019 +0100
+++ b/main.cpp	Thu Jan 24 16:10:28 2019 +0100
@@ -20,6 +20,7 @@
 DigitalOut statusLED(LED);
 DigitalOut redLED(LED2);
 InterruptIn buttonIntr(USER_BUTTON);
+volatile int pressedCount;
 
 void switchInput(void) {
 	InterrruptMSG(INT_BUTTON1);