This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
## Usage | |
- publish to MQTT topic "ledfloorupdates" to change the color(s) of the LED floor | |
- send a string of the shape "x y r g b" to change the color of an individual pixel x,y to RGB(r,g,b) | |
- send a string of the shape "r g b" to change the color of all pixes to RGB(r,g,b) | |
## Starting the Server | |
- start the Raspberry Pi | |
- ssh [email protected] |