ADC0ACC should be defined as volatile signed int instead of volatile unsigned int otherwise you may have to cast it when ADC0DAT is supplying bipolar values.
↧
ADC0ACC should be defined as volatile signed int instead of volatile unsigned int otherwise you may have to cast it when ADC0DAT is supplying bipolar values.