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