├── Basics ├── ButtonCode.py ├── DcMotorCode.py └── LedCode.py └── README.md /Basics/ButtonCode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murtazahassan/Learn-Raspberry-Pi/HEAD/Basics/ButtonCode.py -------------------------------------------------------------------------------- /Basics/DcMotorCode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murtazahassan/Learn-Raspberry-Pi/HEAD/Basics/DcMotorCode.py -------------------------------------------------------------------------------- /Basics/LedCode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murtazahassan/Learn-Raspberry-Pi/HEAD/Basics/LedCode.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Learn-Raspberry-Pi --------------------------------------------------------------------------------