Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
8f416ebfeaa76103f900ddadc737573cb8603b54
/
.
/
frc971
/
input
/
uart_receiver.h
blob: 171c54cf784c73accb5ee8d7c98636bbf3577b4e [
file
] [
log
] [
blame
]
#ifndef
FCR971_INPUT_UART_RECEIVER_H_
#define
FRC971_INPUT_UART_RECEIVER_H_
namespace
frc971
{
class
UartReceiver
{
int
ReadUart
();
};
}
//frc971
#endif