Alex Perry | cb7da4b | 2019-08-28 19:35:56 -0700 | [diff] [blame] | 1 | namespace frc971.wpilib; |
2 | |||||
3 | // Test output message. | ||||
4 | table LoopOutputHandlerTestOutput { | ||||
5 | voltage:double; | ||||
6 | } | ||||
Austin Schuh | 00be38c | 2019-12-01 18:08:25 -0800 | [diff] [blame] | 7 | |
8 | root_type LoopOutputHandlerTestOutput; |