Skip to content

Releases: bbcmicrobit/micropython

v1.1.1

10 Nov 16:22
58405de
Compare
Choose a tag to compare

MicroPython Changes

  • Remove (unused, undocumented, and not working) support for None as a music tune rest (#776)

Documentation Changes

  • Improve microbit.scale() example with accelerometer(#772)
  • Fix inclusive/exclusive issue for random.random() tutorial (#781)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

26 Sep 20:40
7fc33d1
Compare
Choose a tag to compare

MicroPython Changes

  • Let the pin argument in music.play() be None for V2 compatibility (#713)
  • Update microbit.scale() to set the output type depending on the to parameter type (#770)

For a full changelog since the v1.1.0-beta.1: v1.1.0-beta.1...v1.1.0

v1.1.0-beta.1

30 Aug 18:50
174a86f
Compare
Choose a tag to compare

MicroPython Changes

  • Added microbit.scale() function #761
  • Added RGBW support to neopixel module #690
  • Importing the radio module now turns on the radio automatically #760
  • The audio module has been included in the microbit module, so it can be accessed as microbit.audio #740
  • Added scissors icon to microbit.Image #601
  • Added accelerometer.get_strength() method
  • Added accelerometer.set_range() method #266
  • Made sure PWM continues to work even if it misses an IRQ #607
  • Fix issue configuring pin16 as output on reset #642
  • Fix Image.shift() so it retains image width and height #719
  • Fix filesystem issue when it wouldn't sweep when there was just a few free chunks microbit-foundation/micropython-microbit-v2#105

Other Changes

Documentation Changes

This list only includes a selection of the most significant changes/additions, for a full changelog check the git diff: v1.0.1...v1.1.0-beta.1

v1.0.1

13 Dec 15:34
Compare
Choose a tag to compare
  • DAL updated from v2.1.0 to v2.1.1 (diff)
  • Bugfix on the neopixel library (#606)
  • Docs brought up to date with v1.0

v1.0.0

21 Sep 01:24
Compare
Choose a tag to compare
The v1.0.0 release.