Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
y2019
/
status_light.fbs
blob: 665b3f8cea37209fb0e44ad6d87b0987b3938b2e [
file
] [
log
] [
blame
]
namespace
y2019
;
table
StatusLight
{
// How bright to make each one. 0 is off, 1 is full on.
red
:
float
;
green
:
float
;
blue
:
float
;
}
root_type
StatusLight
;