require, PWM, Watchdog and BLE (experimental)
What's Changed
- You can load external libraries by
require
method.
See also PRK Firmware's wiki https://github.com/picoruby/prk_firmware/wiki/require - PWM (Pulse Width Modulation) class.
See API guideline https://github.com/mruby/microcontroller-peripheral-interface-guide/blob/main/mruby_io_PWM_en.md - Watchdog class.
Example https://github.com/picoruby/picoruby/tree/master/mrbgems/picoruby-watchdog/example - [Experimental] BLE class for Raspberry Pi Pico W. Use "R2P2_W-*.uf2" binary.
Examples (possibly buggy) https://github.com/picoruby/picoruby/tree/master/mrbgems/picoruby-ble/example - Fixed a lot of bugs.
Full Changelog: 0.1.2...0.2.0