Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more
Fork of SX1276Lib by
Revision 106:84fff1b57caa, committed 2017-11-26
- Comitter:
- Helmut Tschemernjak
- Date:
- Sun Nov 26 14:40:23 2017 +0100
- Parent:
- 105:6e6d141c3da8
- Child:
- 107:deff0e614ecf
- Commit message:
- Cleanup of unused files
Changed in this revision
--- a/LoRa_TODO.txt Wed Nov 22 12:14:00 2017 +0100 +++ b/LoRa_TODO.txt Sun Nov 26 14:40:23 2017 +0100 @@ -1,8 +1,6 @@ - Move finished tasks to Done section: TODOs: -- add support for Linux - add sx1276-Linux-hal.h/cpp - Add support to provide the send/receive packet buffer, no need to allocate packet data in the sx1276 driver. Can be provided Rx/Tx parameters, this avoids double memory usage
--- a/README.md Wed Nov 22 12:14:00 2017 +0100 +++ b/README.md Sun Nov 26 14:40:23 2017 +0100 @@ -18,6 +18,9 @@ - Murata MURATA_SX1276 (CMWX1ZZABZ-078, used the STM B_L072Z_LRWAN1 board) - SX1276MB1MAS (433, 868 MHz version) - SX1276MB1LAS (433, 915 MHz version) +- SX1276 Heltec (868 MHz version) +- SX1278 Heltec (433 MHz version) + ## Getting Started for Developers Import the mbed sample project:
--- a/sx1276/sx1276-linux-hal.h Wed Nov 22 12:14:00 2017 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ - -/* - * This file contains a copy of the master content sx1276-mbed-hal.h - * with adaption for the Linux environment (PI or similar - * (c) 2017 Helmut Tschemernjak - * 30826 Garbsen (Hannover) Germany - */ -#ifdef __linux__ - - - - - - - - - -#endif // __linux__

