Functions | |
def | blinkLed (ledGpioLine, numBlinks, timeOfBlinks, finalLedState) |
def | logLine (line) |
def | printUsage () |
Variables | |
args | |
int | bitError = 0 |
int | g_simpleDebug = 0 |
IN | |
string | logFilePath = '/home/ubuntu' |
opts | |
output = None | |
pull_up_down | |
int | retValue = 0; |
scriptStartTime = time.time() | |
string | scriptVersion = '20181029.1' |
int | statusLed = 12 |
list | test1inputs = [ 3,27,15,18,23, 9,21,25,7,13,12,16,20] |
list | test1outputs = [ 2, 4,14,17,22,10,11,24,8, 5, 6,19,26] |
list | test2inputs = [ 3,27,15,18,23, 9,21,25,7,13,12,16,20] |
list | test2outputs = [ 2, 4,14,17,22,10,11,24,8, 5, 6,19,26] |
bool | verbose = False |
def test_pi_gpio.blinkLed | ( | ledGpioLine, | |
numBlinks, | |||
timeOfBlinks, | |||
finalLedState | |||
) |
Definition at line 68 of file test_pi_gpio.py.
def test_pi_gpio.logLine | ( | line | ) |
Definition at line 55 of file test_pi_gpio.py.
def test_pi_gpio.printUsage | ( | ) |
Definition at line 76 of file test_pi_gpio.py.
test_pi_gpio.args |
Definition at line 91 of file test_pi_gpio.py.
int test_pi_gpio.bitError = 0 |
Definition at line 109 of file test_pi_gpio.py.
int test_pi_gpio.g_simpleDebug = 0 |
Definition at line 43 of file test_pi_gpio.py.
test_pi_gpio.IN |
Definition at line 119 of file test_pi_gpio.py.
string test_pi_gpio.logFilePath = '/home/ubuntu' |
Definition at line 39 of file test_pi_gpio.py.
test_pi_gpio.opts |
Definition at line 91 of file test_pi_gpio.py.
test_pi_gpio.output = None |
Definition at line 98 of file test_pi_gpio.py.
test_pi_gpio.pull_up_down |
Definition at line 119 of file test_pi_gpio.py.
int test_pi_gpio.retValue = 0; |
Definition at line 85 of file test_pi_gpio.py.
test_pi_gpio.scriptStartTime = time.time() |
Definition at line 35 of file test_pi_gpio.py.
string test_pi_gpio.scriptVersion = '20181029.1' |
Definition at line 32 of file test_pi_gpio.py.
int test_pi_gpio.statusLed = 12 |
Definition at line 46 of file test_pi_gpio.py.
list test_pi_gpio.test1inputs = [ 3,27,15,18,23, 9,21,25,7,13,12,16,20] |
Definition at line 27 of file test_pi_gpio.py.
list test_pi_gpio.test1outputs = [ 2, 4,14,17,22,10,11,24,8, 5, 6,19,26] |
Definition at line 26 of file test_pi_gpio.py.
list test_pi_gpio.test2inputs = [ 3,27,15,18,23, 9,21,25,7,13,12,16,20] |
Definition at line 29 of file test_pi_gpio.py.
list test_pi_gpio.test2outputs = [ 2, 4,14,17,22,10,11,24,8, 5, 6,19,26] |
Definition at line 28 of file test_pi_gpio.py.
bool test_pi_gpio.verbose = False |
Definition at line 99 of file test_pi_gpio.py.