blob: 6cb2cf191d3c156d065018b36de08de17f28f5d6 [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001namespace frc971.wpilib;
2
3// Test output message.
4table LoopOutputHandlerTestOutput {
5 voltage:double;
6}