clj-firmata icon indicating copy to clipboard operation
clj-firmata copied to clipboard

clj-firmata provides access to Standard Firmata (http://firmata.org/) commands via clojure.

Results 5 clj-firmata issues
Sort by recently updated
recently updated
newest added

I'm getting this message when adding clj-firmata 2.1.1 to my project dependencies. I'd rather not use the insecure workaround. Any idea what is causing it?

Hope this is appropriate and of use.

Either: - use a more Node-stye callback signature. For example: ``` (open-serial-board :auto-detect (fn [err board] ; Do stuff with the board ) ``` - Return a Promise or promise-like...