We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0600645 commit c24b0a7Copy full SHA for c24b0a7
1 file changed
docs/library/pyb.ADC.rst
@@ -165,7 +165,7 @@ The ADCAll Object
165
Other analog input channels (0..15) will return unscaled integer values according to the selected
166
precision.
167
168
- 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.
169
This parameter is a binary pattern where each requested analog input has the corresponding bit set.
170
The default value is 0xffffffff which means all analog inputs are active. If just the internal
171
channels (16..18) are required, the mask value should be 0x70000.
0 commit comments