Concept Flow - Sensor reading through ADC (temperature, light)
Start
Initialize ADC
Select Sensor Channel
Start ADC Conversion
Wait for Conversion Complete
Read ADC Value
Convert ADC Value to Physical Unit
Use or Display Sensor Data
End or Repeat
This flow shows how a microcontroller reads sensor data by initializing ADC, selecting the sensor channel, converting analog signals to digital, and then using the converted value.