blob: 246744cf526609c5bc921f1ee8f6050c692cc036 [file] [log] [blame]
Brian Silverman37281fc2018-03-11 18:42:17 -07001package y2018;
2
3message StatusLight {
4 // How bright to make each one. 0 is off, 1 is full on.
5 float red;
6 float green;
7 float blue;
8};
9
10queue StatusLight status_light;