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 a841a9d commit e9d56e0Copy full SHA for e9d56e0
docs/ADC.rst
@@ -35,8 +35,8 @@ Example::
35
36
Read the raw analog value for the channel.
37
38
- :note: Kernels older than 4.1.x returned a raw value range based on
39
- the reference voltage of 1.8 V–– from 0 to 1800.
+ :note: Kernels older than 4.1.x returned a raw value range 0 - 1800
+ based on the reference voltage of 1.8 V.
40
41
:param str channel: GPIO channel to read the value from (e.g. "P8_16").
42
:returns: raw value reading from 0 to 4095 (12 bits).
0 commit comments