Is there a standard way to control Arduino from Scala? If not, I'm interested in hacking one, but I'm not sure where I should start. The Firmata library looked like a way, but there is no Java or Scala interface. SPDE supports processing pretty well, but I don't see any Arduino function there. I also have a few snippets of Java ↔ Arduino example code, deleted from the Arduino playground and other sources, but nothing exhaustive.
If anyone knows about Scala or direct Java (I can just wrap it in Scala) to do this, or have suggestions for rolling my own interface, I'd love to hear about it.
Thank.
source
share