Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 10 months ago.
2 sensors wanted to use the same analog pins. arbitation problem
I am using mbed lpc1768. I am using adxl335 analog accelerometer to get readings and display them on 16*2 lcd. Problem is both use analog pins for their working. Lcd requires p15 to p20 while accelerometer uses p18-p20. So, there is an arbitration problem. How do i rectify it? Is there any way to use any other pins as ADC pins? I mean is it possible to program other pins to function as ADC?