2021-05-26 04:40 AM
* I want to know how to read 2 or more sensors data in (stm32f042g6) through ADC,
*stm32f042g6-> This is my controller has only one ADC (with 9 channels),
Eg: Suppose Channel No :1 (temp-sensor) Channel No :2 (gas-sensor) connected,
*In this scenario how i read two sensors data at a time (Suggest which method is recommended among poll,interrupt,Dmd)
Examples are recommended,
Solved! Go to Solution.
2021-05-26 06:28 AM
Example:
2021-05-26 06:28 AM
Example:
2021-05-26 11:34 PM
Thank you for your quick response.