commit | d58b290aea2a959248b4e06b9649cc4e8a07fc3c | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Mar 01 19:28:04 2020 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Mar 04 21:36:35 2020 -0800 |
tree | 3ff563cc5748cdc7bbbb9659787e4aead92c28f1 | |
parent | 11d6846db37fbaf591ab5d98f2bec06fdb33df49 [diff] [blame] |
Add setpoint setter Mechanical really likes being able to tune shots easily... This is going to live for a bit. Change-Id: I1c6ba3ffab2f50647af6fbbcbc64cfd5a913a452
diff --git a/y2020/setpoint.fbs b/y2020/setpoint.fbs new file mode 100644 index 0000000..5f1af72 --- /dev/null +++ b/y2020/setpoint.fbs
@@ -0,0 +1,11 @@ +namespace y2020.joysticks; + +table Setpoint { + accelerator:double; + + finisher:double; + + hood:double; +} + +root_type Setpoint;