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_