blob: f84ed284b2d8b49dc63a06d6833e72ac87774d36 [file] [log] [blame]
Sabina Davisc6329342019-03-01 20:44:42 -08001package y2019;
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;