blob: 9ca55065cc2ff8e450bc1e73e8d798e96d1a6b51 [file] [log] [blame]
Brian Silverman8d3816a2017-07-03 18:52:15 -07001#ifndef MOTORS_PERIPHERAL_ADC_H_
2#define MOTORS_PERIPHERAL_ADC_H_
3
4#include <stdint.h>
5
Brian Silverman19ea60f2018-01-03 21:43:15 -08006#include "motors/util.h"
7
Brian Silverman8d3816a2017-07-03 18:52:15 -07008namespace frc971 {
Brian Silvermana96c1a42018-05-12 12:11:31 -07009namespace motors {
Brian Silverman8d3816a2017-07-03 18:52:15 -070010
Brian Silverman9ed2cf12018-05-12 13:06:38 -070011void AdcInitCommon();
Brian Silverman8d3816a2017-07-03 18:52:15 -070012
Brian Silvermana96c1a42018-05-12 12:11:31 -070013} // namespace motors
Brian Silverman8d3816a2017-07-03 18:52:15 -070014} // namespace frc971
15
16#endif // MOTORS_PERIPHERAL_ADC_H_