Go to the source code of this file.
Functions | |
def | main::testConfigDigitalPin1 |
Check results of pin config. | |
def | main::testConfigDigitalPin2 |
Check results of pin config. | |
def | main::testConfigAnalogPin |
Check results of analog pin config. | |
def | main::testConfigPwm |
Check results of analog pin config. | |
def | main::testPwmSetCounts |
Check results of PWM setCounts method. | |
def | main::testPwmSet |
Check results of PWM setCounts method. | |
Variables | |
tuple | main::dio = pic.digital_io(1, 1, False, False, 0) |
tuple | main::ain = pic.analog_input(0) |
tuple | main::pwm1 = pic.pwm(1000, True, 2, 0) |
Definition in file main.py.