forked from lancaster-university/codal-microbit-v2
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
radio: Reduce power level options to match V1 DAL. (lancaster-univers…
…ity#275) As discussed in lancaster-university#260 This change more closely matches the input values for `MicroBitRadio::setTransmitPower()` that micro:bit V1 DAL has, so code trying to achieve the max possible value (`uBit.radio.setTransmitPower(7)`) works correctly in both V1 & V2.
- Loading branch information
1 parent
5967ea2
commit fbe41c4
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters