Skip to content

v2.1.0-beta.2

Compare
Choose a tag to compare
@microbit-carlos microbit-carlos released this 15 Sep 13:25
· 71 commits to master since this release
  • SoundEffect() parameter wave renamed to waveform (bbcmicrobit/micropython#765)
  • Fix issue where power.deep_sleep() blocked until the time specified via argument elapsed (lancaster-university/codal-microbit-v2#221)
  • Update CODAL from v0.2.40 to v0.2.42 tag.
    • Fixed an off-by-one error in FiberLock whereby a semaphore-mode lock would have 1 slot fewer than expected [codal-core::feature/enhanced-lock]
    • Fixed an off-by-one error in the device pacic codes in MicroBitError, where all codes were one higher than needed (leaving code 50 empty) [codal-microbit-v2::bug/panic-code-offset]
    • Added a new deepSleep() call to support a kind of interruptable deep sleep mode, to better support the way Python sleeps [codal-microbit-v2::feature/interruptable-deep-sleep]
    • Minor patch to show --status without pagenation, for easier code status review
    • Improved sound level detection sensitivity to 35db from 52db, re-calibrated parameters for accuracy, and introduced optional 8 bit range sound level API
    • Merged a new NRF52LEDMatrix::rotateTo function (Thanks Martin!)

Known issues:

  • audio.SoundEffects and microbit.Sound have playback issues (#124)

For a full list of commits since the last release: v2.1.0-beta.1...v2.1.0-beta.2