## CHIP_IO.SOFTPWM Import the SOFTPWM module as follows ```python import CHIP_IO.SOFTPWM as SPWM ``` ### toggle_debug() Enable/Disable the Debug * Parameters None * Examples ```python SPWM.toggle_debug() ``` [home](./index.md)