linwiz / Raspberry-Pi-Web-GPIO

PHP script to control Raspberry PI GPIO pins from the web
GNU General Public License v3.0
4 stars 1 forks source link

Add support for Compute Module #3

Closed linwiz closed 8 years ago

linwiz commented 9 years ago

Currently Raspberry-Pi-Web-GPIO does not support the Raspberry Pi Compute Module. WiringPi has support, as does the python module RPi.GPIO which retrieves the revision number (using the method GPIO.RPI_REVISION) used for this project.

I would like to add support but I do not have a pin listing for the Compute Module.