Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f2639283d8a4388ecb3b9cb41b97c47e18a901b1
/
.
/
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_