We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcbb24 commit 3414b73Copy full SHA for 3414b73
docs/analog.rst
@@ -13,6 +13,11 @@ int analogRead(pin_size_t pin = A0..A3)
13
Returns a value from 0...4095 correspionding to the ADC reading
14
of the specific pin.
15
16
+void analogReadResolution(int bits)
17
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
+Determines the resolution (in bits) of the value returned by the analogRead() function.
19
+Default resolution is 10bit.
20
+
21
float analogReadTemp()
22
~~~~~~~~~~~~~~~~~~~~~~
23
Returns the temperature, in Celsius, of the onboard thermal sensor.
0 commit comments