Code
To test the GPIO and the motor, use the Raspbery_GPIO code
-
Pull the code
git clone https://github.com/moozer/Raspberry_GPIO.git
cd Raspberry_GPIO
-
Check the GPIO layout of your raspberry See here
-
Test the pins There are three test programs:
togglePin.py
,readPin.py
andrunMotor.py
. See the readme file for details.
Links to other related repositories