Python versions of the C programs included with the super kit.
http://www.amazon.com/gp/product/B00P2E9W30/ref=od_aui_detailpages00?ie=UTF8&psc=1
-
01_led.py
-
02_btn_and_led.py
-
03_8Led.py - this one contains a bunch of extra light patterns I put in for fun
-
04_CmdCtrlLed.py
-
06_rgb.py
-
12_segment.py
-
dice.py
-
GPIOLib.py - Contains the wP2board() function that converts the pin numbers found in the wiringPi library to the numbers used in the GPIO.BOARD configuration.
More will be added as I work on them