1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00
Files
CHIP_IO/docs/lradc.md
2017-07-04 15:10:35 -05:00

246 B

CHIP_IO.LRADC

Import the LRADC module as follows

import CHIP_IO.LRADC as LRADC

toggle_debug()

Enable/Disable the Debug

  • Parameters

    None

  • Examples

    LRADC.toggle_debug()
    

home