Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
8f416ebfeaa76103f900ddadc737573cb8603b54
/
.
/
frc971
/
input
/
uart_receiver.h
blob: 171c54cf784c73accb5ee8d7c98636bbf3577b4e [
file
] [
log
] [
blame
]
Daniel Petti
cf2abd3
2013-12-12 03:02:34 +0000
[
diff
] [
blame
]
1
#ifndef
FCR971_INPUT_UART_RECEIVER_H_
2
#define
FRC971_INPUT_UART_RECEIVER_H_
3
4
namespace
frc971
{
5
6
class
UartReceiver
{
7
int
ReadUart
();
8
9
};
10
11
}
//frc971
12
13
#endif