blob: 171c54cf784c73accb5ee8d7c98636bbf3577b4e [file] [log] [blame]
Daniel Petticf2abd32013-12-12 03:02:34 +00001#ifndef FCR971_INPUT_UART_RECEIVER_H_
2#define FRC971_INPUT_UART_RECEIVER_H_
3
4namespace frc971 {
5
6 class UartReceiver {
7 int ReadUart();
8
9 };
10
11} //frc971
12
13#endif