0.9.4 - The Great Rename
Pre-release
Pre-release
This will likely break your code! Please read carefully and make sure you are using up-to-date libraries.
Well, I'm home from my great European adventure and things will pick back up quickly. I'm kicking it off by splitting nativeio
into smaller modules so boards and ports can pick and choose which to provide. This will allow for built-in functionality to better match the board. For example, ESP8266 no longer needs to provide nativeio.TouchIn
because touch is split into touchio
which it can omit.
This release is based on MicroPython 1.8.7.
Change highlights since 0.9.3:
- Split
nativeio
intoanalogio
,digitalio
,busio
,pulseio
, andtouchio
. Class APIs are the same. busio.I2C
on ESP8266 now works as expected by bitbanging I2C.
To install, download a .bin file and follow the guide here for M0 and here for ESP8266.
Have a Feather M0 Express? Download a .uf2 and follow these instructions.