Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb7da4be1f74da8a3196f414a2e3db2d0c5590a3
/
.
/
y2014
/
queues
/
auto_mode.fbs
blob: bca34f8df44af9cb45e67868742f8bb79e53abde [
file
] [
log
] [
blame
]
Alex Perry
cb7da4b
2019-08-28 19:35:56 -0700
[
diff
] [
blame^
]
1
namespace
y2014
.
sensors
;
2
3
// Published on "/aos"
4
table
AutoMode
{
5
// Voltage of the analog auto selector knob.
6
voltage
:
double
;
7
}
8
9
root_type
AutoMode
;