Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.02 KB

PlatformIO CI

Massive Clock

A massive 8 segment display with 3 RGB LEDs per segment.

Schedules

Schedules can be set by sending an encoded 6 digit integer:

1             1   4       0   1          2
schedule      hour        block         value
id

This example would set the display to minimal for the first half of the 14th hour, ie 14:00-14:30.

Installing Platform IO

Install command line tools by following the installation instructions for Windows

Serial Monitor

Deploy code to your Arduino and run the following command in a terminal:

 pio device monitor --eol=CRLF --echo --filter=send_on_enter

Unit Testing

Run the following command after installing Platform IO:

pio test -e native