Skip to content

v1.1.0-beta.1

Compare
Choose a tag to compare
@microbit-carlos microbit-carlos released this 30 Aug 18:50
· 23 commits to master since this release
174a86f

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