2019-08-20 12:23 AM
If can, please share the physical connection diagram (two Analog voltage sources to single pin micro controller ) and sample code for that.
Solved! Go to Solution.
2019-08-20 12:46 AM
If I understand the question correct ...
Not at the same time. You would have to re-initialize the other setup each time you want to read the other channel.
If you short on pins, consider an external analog multiplexer. Similar to the 4067 / 74HC4067 CMOS device: https://en.wikipedia.org/wiki/List_of_4000-series_integrated_circuits
2019-08-20 12:46 AM
If I understand the question correct ...
Not at the same time. You would have to re-initialize the other setup each time you want to read the other channel.
If you short on pins, consider an external analog multiplexer. Similar to the 4067 / 74HC4067 CMOS device: https://en.wikipedia.org/wiki/List_of_4000-series_integrated_circuits
2019-08-21 12:18 AM
Thanks for response...