v2.0.0-beta.3
Pre-release
Pre-release
microbit-carlos
released this
21 Dec 20:55
·
165 commits
to master
since this release
Changelog:
- Added
pin.set_touch_mode()
method (#14). - Updated the pin argument in audio/music/speech play function (#30).
- The speaker enable/disable methods have been moved from
pin_speaker.enable()
/disable()
, tospeaker.on()
/off()
- Exceptions now show the line number on serial
microphone.is_event()
now check the current event instead of the last in the internal list- Assembly decorator enabled
- Fixes issue building with debian-packaged Arm GCC (#5)
- Updated CODAL to v0.2.24