Skip to content

Releases: josephschito/rubyduino

v0.2.0

08 May 16:39

Choose a tag to compare

  • 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_print and serial_println so string and integer values map to the correct runtime functions
  • Add an HC-SR04 ultrasonic distance sensor example

v0.1.3

08 May 16:04

Choose a tag to compare

  • Add the built-in ArduinoUNO prelude with FFI-backed GPIO, analog read, and millisecond delay bindings
  • Replace the legacy system("pin13:*") sketch API with top-level helpers like pin_mode, digital_write, and delay_ms
  • Update the default hello example to use the new ArduinoUNO API

v0.1.2

08 May 12:52

Choose a tag to compare

  • Update vendored Spinel revision

v0.1.1

08 May 12:24

Choose a tag to compare

  • Fix avrdude discovery for installed command

v0.1.0

08 May 12:09
ba0875a

Choose a tag to compare

First release with working rubyduino hello.rb command.