blob: ddd36d0c7bcd5f36f120a16ac9cb77ed99740d01 [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001namespace frc971.wpilib;
2
3// Test output message.
4table LoopOutputHandlerTestOutput {
5 voltage:double;
6}
Austin Schuh00be38c2019-12-01 18:08:25 -08007
8root_type LoopOutputHandlerTestOutput;