Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 275 → Rev 284

/FollowMe/analog.c
5,7 → 5,7
 
#include "analog.h"
 
volatile int16_t Adc0, Adc1, Adc2, Adc3, Adc4, Adc5, Adc6, Adc7;
volatile uint16_t Adc0, Adc1, Adc2, Adc3, Adc4, Adc5, Adc6, Adc7;
volatile uint8_t ADReady = 1;
 
/*****************************************************/