News

Having issues with wiringpi ports for Python? You may use this library to get the GPIO functioning and blinking an LED. If you can run gpio readall from CLI, then this will work. Currently, the script ...
Now, you can write the Python code for blinking LED in terminal window. #!/user/bin/python - This line lets you run this code without typing Python before the filename. import RPi.GPIO as io - This ...
The intended use for this code is to create a 5" Bay panel which will indicate various computer statuses via blinking LED lights. State of the Blinkenlights Currently, the only thing which this code ...