Writing unsigned bytes with Clojure
I’m pushing color data to a serial port to drive LEDs. The protocol here is a “command” — in this case ‘h’ — followed by the byte data representing hues.
I’m pushing color data to a serial port to drive LEDs. The protocol here is a “command” — in this case ‘h’ — followed by the byte data representing hues.