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
Fork of SX1276GenericLib by
Revision 40:0165543c0986, committed 2017-05-08
- Comitter:
- Helmut Tschemernjak
- Date:
- Mon May 08 09:57:28 2017 +0200
- Parent:
- 39:706c32eda7e7
- Child:
- 41:2dbc4afedf61
- Commit message:
- added sx1276-arduino-hal.h
Changed in this revision
| sx1276/sx1276-arduino-hal.h | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sx1276/sx1276-arduino-hal.h Mon May 08 09:57:28 2017 +0200 @@ -0,0 +1,18 @@ + +/* + * This file contains a copy of the master content sx1276-mbed-hal.h + * with adaption for the Arduino environment + * (c) 2017 Helmut Tschemernjak + * 30826 Garbsen (Hannover) Germany + */ +#ifdef ARDUINO + + + + + + + + + +#endif // ARDUINO
