summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.ADC.rst
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-04-20 15:54:09 +1000
committerDamien George <damien.p.george@gmail.com>2018-04-20 15:54:09 +1000
commitc24b0a7f2b7c0c30ef5fde62342eab7c0931f400 (patch)
tree8803b34ec38f40197c6afb30625b249fe0d24296 /docs/library/pyb.ADC.rst
parent06006459447c8e7eaa031058a83f54bb06891bcb (diff)
downloadmicropython-c24b0a7f2b7c0c30ef5fde62342eab7c0931f400.tar.gz
micropython-c24b0a7f2b7c0c30ef5fde62342eab7c0931f400.zip
docs/library/pyb.ADC: Fix typo of "prarmeter".
Diffstat (limited to 'docs/library/pyb.ADC.rst')
-rw-r--r--docs/library/pyb.ADC.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.ADC.rst b/docs/library/pyb.ADC.rst
index 679ba2f5ac..05aaa50150 100644
--- a/docs/library/pyb.ADC.rst
+++ b/docs/library/pyb.ADC.rst
@@ -165,7 +165,7 @@ The ADCAll Object
Other analog input channels (0..15) will return unscaled integer values according to the selected
precision.
- To avoid unwanted activation of analog inputs (channel 0..15) a second prarmeter can be specified.
+ To avoid unwanted activation of analog inputs (channel 0..15) a second parameter can be specified.
This parameter is a binary pattern where each requested analog input has the corresponding bit set.
The default value is 0xffffffff which means all analog inputs are active. If just the internal
channels (16..18) are required, the mask value should be 0x70000.