File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
mimxrt10xx/common-hal/pwmio Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // No pulseio module functions.
1
+ // No pwmio module functions.
Original file line number Diff line number Diff line change 1
- // No pulseio module functions.
1
+ // No pwmio module functions.
Original file line number Diff line number Diff line change 1
- // No pulseio module functions.
1
+ // No pwmio module functions.
Original file line number Diff line number Diff line change 48
48
//| All classes change hardware state and should be deinitialized when they
49
49
//| are no longer needed if the program continues after use. To do so, either
50
50
//| call :py:meth:`!deinit` or use a context manager. See
51
- //| :ref:`lifetime-and-contextmanagers` for more info.
51
+ //| :ref:`lifetime-and-contextmanagers` for more info."""
52
52
//|
53
53
54
54
STATIC const mp_rom_map_elem_t pulseio_module_globals_table [] = {
You can’t perform that action at this time.
0 commit comments