Update Johnny-Five to use serialport@10
0.0.2
Add a module to support a single RGB LED for decision confirmation (red and white) and warning (color TBD).
The warning color could be configurable, but since we should use DigitalRgb
, it would have to be limited to colors that can be produced from just the three pure colors.
Referee: Add RGB LED module for warning + confirmation
DigitalRgb
to DigitalRgbLed
and expands the API.DigitalRgbLed
to flash on initialization.Fixes gh-12
@ScreamZ Sorry for the delay, the weekend you pushed the last update was really hectic for me and then I completely forgot about this. Additional PRs for any more updates would be ideal, and filling in the missing APIs would be fantastic. Thanks for everything you've done so far. I'm going to start reviewing this now.
jury-5 script: Fix pins for jury member 5
Update remaining files for npm packaging
Make this actually usable as intended.
Set up proper npm package
Fixes gh-14
Support ts variation to use separate red white green LEDs for build-it-yourself folks that have them on hand.
JuryMember: Support individual LEDs for decisions
Fixes gh-13
3 person jury uses three center lights
Thanks @dtex. Were you able to find out about publishing to npm? Looks like only @rwaldron has access right now.
Since we have an MQTT signal for "down signal" Can a blue-owl script be incorporated to control a relay for light and sound for a down signal box?