Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
079ce8b6ddc5b8dc17e8fbf020ef5d244937a0d0
/
.
/
y2018
/
status_light.fbs
blob: e51decbbeaae54009d0fbb24630e72668eafca46 [
file
] [
log
] [
blame
]
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.
5
red
:
float
;
6
green
:
float
;
7
blue
:
float
;
8
}
9
10
root_type
StatusLight
;