1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00
Files
CHIP_IO/docs/index.md
2017-07-04 11:56:22 -05:00

1.3 KiB

CHIP_IO.GPIO

Import the GPIO module as follows

import CHIP_IO.GPIO as GPIO

toggle_debug()

Enable/Disable the Debug

  • Parameters None

  • Examples

    GPIO.toggle_debug()
    

CHIP_IO.PWM

Import the PWM module as follows

import CHIP_IO.PWM as PWM

toggle_debug()

Enable/Disable the Debug

  • Parameters None

  • Examples

    PWM.toggle_debug()
    

CHIP_IO.SOFTPWM

Import the SOFTPWM module as follows

import CHIP_IO.SOFTPWM as SPWM

toggle_debug()

Enable/Disable the Debug

  • Parameters None

  • Examples

    SPWM.toggle_debug()
    

CHIP_IO.SERVO

Import the SERVO module as follows

import CHIP_IO.SERVO as SERVO

toggle_debug()

Enable/Disable the Debug

  • Parameters None

  • Examples

    SERVO.toggle_debug()
    

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()
    

CHIP_IO.Utilities

Import the Utilities module as follows

import CHIP_IO.Utilities as UT

toggle_debug()

Enable/Disable the Debug

  • Parameters None

  • Examples

    UT.toggle_debug()