diff options
Diffstat (limited to 'docs/library')
| -rw-r--r-- | docs/library/machine.ADCBlock.rst | 2 | ||||
| -rw-r--r-- | docs/library/machine.PWM.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/machine.ADCBlock.rst b/docs/library/machine.ADCBlock.rst index eb94362d5..e947f7081 100644 --- a/docs/library/machine.ADCBlock.rst +++ b/docs/library/machine.ADCBlock.rst @@ -26,7 +26,7 @@ Constructors Access the ADC peripheral identified by *id*, which may be an integer or string. - + The *bits* argument, if given, sets the resolution in bits of the conversion process. If not specified then the previous or default resolution is used. diff --git a/docs/library/machine.PWM.rst b/docs/library/machine.PWM.rst index b9cf00240..5f592b8df 100644 --- a/docs/library/machine.PWM.rst +++ b/docs/library/machine.PWM.rst @@ -86,7 +86,7 @@ Specific PWM class implementations The following concrete class(es) implement enhancements to the PWM class. - | :ref:`pyb.Timer for PyBoard <pyb.Timer>` + | :ref:`pyb.Timer for PyBoard <pyb.Timer>` Limitations of PWM ------------------ @@ -103,7 +103,7 @@ Limitations of PWM Some ports like the RP2040 one use a fractional divider, which allow a finer granularity of the frequency at higher frequencies by switching the PWM pulse duration between two adjacent values, such that the resulting average - frequency is more close to the intended one, at the cost of spectral purity. + frequency is more close to the intended one, at the cost of spectral purity. * The duty cycle has the same discrete nature and its absolute accuracy is not achievable. On most hardware platforms the duty will be applied at the next |
