Alex Perry | cb7da4b | 2019-08-28 19:35:56 -0700 | [diff] [blame] | 1 | namespace y2018; |
2 | |||||
3 | table StatusLight { | ||||
4 | // How bright to make each one. 0 is off, 1 is full on. | ||||
Austin Schuh | d7851b0 | 2020-11-14 13:46:27 -0800 | [diff] [blame] | 5 | red:float (id: 0); |
6 | green:float (id: 1); | ||||
7 | blue:float (id: 2); | ||||
Alex Perry | cb7da4b | 2019-08-28 19:35:56 -0700 | [diff] [blame] | 8 | } |
9 | |||||
10 | root_type StatusLight; |