Skip to content

Releases: josephschito/rubyduino

v0.2.0

Choose a tag to compare

@josephschito josephschito released this 08 May 16:39
  • 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

Choose a tag to compare

@josephschito josephschito released this 08 May 16:04
  • 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

Choose a tag to compare

@josephschito josephschito released this 08 May 12:52
  • Update vendored Spinel revision

v0.1.1

Choose a tag to compare

@josephschito josephschito released this 08 May 12:24
  • Fix avrdude discovery for installed command

v0.1.0

Choose a tag to compare

@josephschito josephschito released this 08 May 12:09
ba0875a

First release with working rubyduino hello.rb command.