I am trying to implement the multi channel ADC in LPC1768 by
interfacing it with the 3axis accelerometer.Basically am fetching the
data from the sensor and sending it to a android application using a
serial bluetooth module.
It works perfectly fine whenever I use only a single channel of
ADC but doesn't work in the case of mutli channel ADC.I am not able
to figure out what's the problem
Here is the code :-
#include<lpc17xx.h>
#include "stdutil
↧