5
votes
3answers
421 views
Need help improving a Ruby DSL for controlling an Arduino controlled drink dispenser (bar monkey)
I'm writing a DSL in Ruby to control an Arduino project I'm working on; Bardino. It's a bar monkey that will be software controlled to serve drinks. The Arduino takes commands via the serial port to …
