Version 1.21.0
MicroPython Made Me Do It
This release is - mostly - to track the latest v1.21.0 release of MicroPython, so you can start enjoying the fixes/changes
For a complete list of MicroPython changes since v1.20.6, see micropython/micropython@856e08b...v1.21.0
We have a couple of downstream fixes, too:
- JPEGDEC: If you supply bytes to
jpeg.open_RAM
it will now work as you might expect - sdcard: We've dropped our compiled
sdcard.mpy
in favour of including the micropython-lib sdcard.py
What's Changed
- Add I2C pins for PicoVision by @helgibbons in #852
- IOExpander: add I2C address change example by @helgibbons in #850
- JPEGDEC: Treat byte arrays as raw JPEG data for #435. by @Gadgetoid in #855
- CI: Bump MicroPython to v1.21.0. by @Gadgetoid in #858
Full Changelog: v1.20.6...v1.21.0