Ben Gordon
/
Muscle_Controlled_Servo
ADC.h
- Committer:
- BenRJG
- Date:
- 2018-06-01
- Revision:
- 10:6b9c7857d57c
- Parent:
- 9:a7085b7503d2
File content as of revision 10:6b9c7857d57c:
#ifndef _ADC_H_ #define _ADC_H_ //////Included Files////// #include "SPI.h" ////////////////////////// ///////Definitions//////// #define ADC_input_port GPIOC #define ADC_input_pin 0 #define ADC_Channel 10 ////////////////////////// ////////Functions///////// void read_adc(void); ////////////////////////// #endif