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
sx1276/sx1276-linux-hal.h@105:6e6d141c3da8, 2017-11-22 (annotated)
- Committer:
- Helmut Tschemernjak
- Date:
- Wed Nov 22 12:14:00 2017 +0100
- Revision:
- 105:6e6d141c3da8
- Parent:
- 39:706c32eda7e7
Moved ESP32 helper functions into arduino-esp32.cpp
Allow to change MAX_TIMEOUTS without need to change
custom d21 and ESP32 assembler files
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Helmut Tschemernjak | 39:706c32eda7e7 | 1 | |
| Helmut Tschemernjak | 39:706c32eda7e7 | 2 | /* |
| Helmut Tschemernjak | 39:706c32eda7e7 | 3 | * This file contains a copy of the master content sx1276-mbed-hal.h |
| Helmut Tschemernjak | 39:706c32eda7e7 | 4 | * with adaption for the Linux environment (PI or similar |
| Helmut Tschemernjak | 39:706c32eda7e7 | 5 | * (c) 2017 Helmut Tschemernjak |
| Helmut Tschemernjak | 39:706c32eda7e7 | 6 | * 30826 Garbsen (Hannover) Germany |
| Helmut Tschemernjak | 39:706c32eda7e7 | 7 | */ |
| Helmut Tschemernjak | 39:706c32eda7e7 | 8 | #ifdef __linux__ |
| Helmut Tschemernjak | 39:706c32eda7e7 | 9 | |
| Helmut Tschemernjak | 39:706c32eda7e7 | 10 | |
| Helmut Tschemernjak | 39:706c32eda7e7 | 11 | |
| Helmut Tschemernjak | 39:706c32eda7e7 | 12 | |
| Helmut Tschemernjak | 39:706c32eda7e7 | 13 | |
| Helmut Tschemernjak | 39:706c32eda7e7 | 14 | |
| Helmut Tschemernjak | 39:706c32eda7e7 | 15 | |
| Helmut Tschemernjak | 39:706c32eda7e7 | 16 | |
| Helmut Tschemernjak | 39:706c32eda7e7 | 17 | |
| Helmut Tschemernjak | 39:706c32eda7e7 | 18 | #endif // __linux__ |

