Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
8fb24e87daf8c1544fc46dba7747400add6b83b4
/
.
/
motors
/
peripheral
/
adc.h
blob: 9ca55065cc2ff8e450bc1e73e8d798e96d1a6b51 [
file
] [
log
] [
blame
]
#ifndef
MOTORS_PERIPHERAL_ADC_H_
#define
MOTORS_PERIPHERAL_ADC_H_
#include
<stdint.h>
#include
"motors/util.h"
namespace
frc971
{
namespace
motors
{
void
AdcInitCommon
();
}
// namespace motors
}
// namespace frc971
#endif
// MOTORS_PERIPHERAL_ADC_H_