Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
92b2b2539a5655620cd2aa4c67f85968819b313f
/
.
/
y2018
/
status_light.q
blob: 90d4eec86a0548f5342d0ef98587600a46c2493f [
file
] [
log
] [
blame
]
Brian Silverman
37281fc
2018-03-11 18:42:17 -0700
[
diff
] [
blame
]
1
package
y2018
;
2
3
message
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
};