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