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.
Fork of SX1276Lib by
Diff: enums/enums.h
- Revision:
- 6:e7f02929cd3d
- Parent:
- 5:11ec8a6ba4f0
- Child:
- 7:2b555111463f
--- a/enums/enums.h Thu Aug 21 11:58:28 2014 +0000 +++ b/enums/enums.h Thu Sep 04 14:03:20 2014 +0000 @@ -99,6 +99,8 @@ uint16_t PreambleLen; bool FixLen; bool CrcOn; + bool FreqHopOn; + uint8_t HopPeriod; bool IqInverted; bool RxContinuous; uint32_t TxTimeout;