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