Skip to content

Commit c24b0a7

Browse files
committed
docs/library/pyb.ADC: Fix typo of "prarmeter".
1 parent 0600645 commit c24b0a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/pyb.ADC.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The ADCAll Object
165165
Other analog input channels (0..15) will return unscaled integer values according to the selected
166166
precision.
167167

168-
To avoid unwanted activation of analog inputs (channel 0..15) a second prarmeter can be specified.
168+
To avoid unwanted activation of analog inputs (channel 0..15) a second parameter can be specified.
169169
This parameter is a binary pattern where each requested analog input has the corresponding bit set.
170170
The default value is 0xffffffff which means all analog inputs are active. If just the internal
171171
channels (16..18) are required, the mask value should be 0x70000.

0 commit comments

Comments
 (0)