Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 283 → Rev 284

/FollowMe/analog.h
3,7 → 3,7
 
#include <inttypes.h>
 
extern volatile int16_t Adc0, Adc1, Adc2, Adc3, Adc4, Adc5, Adc6, Adc7;
extern volatile uint16_t Adc0, Adc1, Adc2, Adc3, Adc4, Adc5, Adc6, Adc7;
extern volatile uint8_t ADReady;
 
void ADC_Init(void);