- Expand the ArduinoUNO API with PWM, microsecond delays, millis/micros timing, pulse measurement, serial I/O, shift helpers, and interrupt control
- Add special code generation for
serial_printandserial_printlnso string and integer values map to the correct runtime functions - Add an HC-SR04 ultrasonic distance sensor example
- Add the built-in
ArduinoUNOprelude with FFI-backed GPIO, analog read, and millisecond delay bindings - Replace the legacy
system("pin13:*")sketch API with top-level helpers likepin_mode,digital_write, anddelay_ms - Update the default hello example to use the new ArduinoUNO API
- Update vendored Spinel revision
- Fix avrdude discovery for installed command
- Initial release