Report Bug
Qus : ____________ pins in Arduino reads data from analog sensor and convert value into digital value
QusArduino में ____________ पिन एनालॉग सेंसर से डेटा पढ़ता है और मान को परिवर्तित करता है डिजिटल मूल्य

A. Analog
B. Digital
C. Power
D. None of these


Solution
A. Analog



Explanation
The analog pins in Arduino read data from an analog sensor and convert the value into a digital value. These pins are typically labeled as A0, A1, A2, etc.



Report Bug