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

Files at this revision

API Documentation at this revision

Comitter:
Helmut Tschemernjak
Date:
Tue Feb 12 17:16:18 2019 +0100
Parent:
34:d3d60dbb84ea
Child:
36:138234ddcad2
Commit message:
Added proper newline

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Feb 12 17:07:02 2019 +0100
+++ b/main.cpp	Tue Feb 12 17:16:18 2019 +0100
@@ -103,7 +103,7 @@
 	"\r\nThe following commands are available:\r\n\r\n" \
 	" p -- Property Editor\r\n" \
 	" t -- LoRa PingPong Test\r\n" \
-	" d -- Hexdump of memory address [offset count]"
+	" d -- Hexdump of memory address [offset count]\r\n"
 	" r -- Reset\r\n" \
 	" c -- Continue with RadioShuttle\r\n" \
 	"\r\n" \