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