Simple Guide to the RPi GPIO Header and Pins
https://www.raspberrypi-spy.co.uk/201...guide-to-the-rpi-gpio-header-and-pins
Voting 0
A simple interface to everyday GPIO components used with Raspberry Pi.
Created by Ben Nuttall of the Raspberry Pi Foundation, Dave Jones, and other contributors.
https://gpiozero.readthedocs.io/en/v1.3.1
Voting 0
-
https://projects.drogon.net/raspberry-pi/wiringpi
Voting 0
-
http://www.adrirobot.it/raspberry_pi/raspberry_pi-interfaccia_gpio.htm
Voting 0
WebIOPi includes an HTTP server that provides both HTML resources and a REST API to control things. Your browser will first load a HTML file, then the included Javascript will make Asynchronous calls to the REST API to control and update the UI. This method is very efficient, because it don't need to refresh and download the whole page.
http://webiopi.trouch.com/Tutorial_Basis.html
Voting 0
To get started with the RPi.GPIO module
https://sourceforge.net/p/raspberry-gpio-python/wiki/Home
Voting 0
pigpio is a library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO). pigpio works on all versions of the Pi.
http://abyz.co.uk/rpi/pigpio
Voting 0
-
http://pypi.python.org/pypi/RPi.GPIO
Voting 0
Advanced GPIO for the Raspberry Pi. Extends RPi.GPIO with PWM, GPIO interrups, TCP socket interrupts, command line tools and more
https://pypi.python.org/pypi/RPIO
Voting 0