GitHub
github.com › sarnold › RPi.GPIO
GitHub - sarnold/RPi.GPIO: A Python module to control the GPIO on a Raspberry Pi · GitHub
A Python module to control the GPIO on a Raspberry Pi - sarnold/RPi.GPIO
Starred by 8 users
Forked by 3 users
Languages C 71.1% | Python 27.3% | C++ 1.2% | Makefile 0.4%
GitHub
github.com › Tieske › rpi-gpio
GitHub - Tieske/rpi-gpio: Raspberry Pi GPIO interface code for Lua. Based on the Python code by Ben Croston and the Lua code by Andre Simon
Raspberry Pi GPIO interface code for Lua. Based on the Python code by Ben Croston and the Lua code by Andre Simon - Tieske/rpi-gpio
Starred by 64 users
Forked by 14 users
Languages C 64.2% | HTML 14.4% | Lua 9.9% | Python 5.0% | CSS 3.8% | C++ 2.2% | Makefile 0.5% | C 64.2% | HTML 14.4% | Lua 9.9% | Python 5.0% | CSS 3.8% | C++ 2.2% | Makefile 0.5%
GitHub
github.com › BPI-SINOVOIP › RPi.GPIO
GitHub - BPI-SINOVOIP/RPi.GPIO: RPi.GPIO (A Python module to control the GPIO on a Raspberry Pi) for Banana Pi, forked from raspberry-gpio-python https://sourceforge.net/projects/raspberry-gpio-python/ · GitHub
RPi.GPIO (A Python module to control the GPIO on a Raspberry Pi) for Banana Pi, forked from raspberry-gpio-python https://sourceforge.net/projects/raspberry-gpio-python/ - BPI-SINOVOIP/RPi.GPIO
Starred by 47 users
Forked by 27 users
Languages C 79.7% | Python 17.1% | Roff 1.9% | C++ 1.3%
GitHub
github.com › RPi-Distro › raspi-gpio
GitHub - RPi-Distro/raspi-gpio: Dump the state of the BCM270x GPIOs · GitHub
Dump the state of the BCM270x GPIOs. Contribute to RPi-Distro/raspi-gpio development by creating an account on GitHub.
Starred by 127 users
Forked by 29 users
Languages Shell 48.9% | C 29.2% | Makefile 21.8% | M4 0.1%
GitHub
github.com › thecode › ha-rpi_gpio
GitHub - thecode/ha-rpi_gpio: Home Assistant Raspberry Pi GPIO Integration · GitHub
Home Assistant Raspberry Pi GPIO Integration. Contribute to thecode/ha-rpi_gpio development by creating an account on GitHub.
Starred by 259 users
Forked by 45 users
Languages Python
GitHub
github.com › Tieske › rpi-gpio › blob › master › lua › README.md
rpi-gpio/lua/README.md at master · Tieske/rpi-gpio
Raspberry Pi GPIO interface code for Lua. Based on the Python code by Ben Croston and the Lua code by Andre Simon - rpi-gpio/lua/README.md at master · Tieske/rpi-gpio
Author Tieske
GitHub
github.com › Tieske › rpi-gpio › blob › master › source › py_gpio.c
rpi-gpio/source/py_gpio.c at master · Tieske/rpi-gpio
Raspberry Pi GPIO interface code for Lua. Based on the Python code by Ben Croston and the Lua code by Andre Simon - rpi-gpio/source/py_gpio.c at master · Tieske/rpi-gpio
Author Tieske
GitHub
github.com › ClockVapor › rpi_gpio
GitHub - ClockVapor/rpi_gpio: Ruby conversion of RPi.GPIO Python module
Ruby conversion of RPi.GPIO Python module. Contribute to ClockVapor/rpi_gpio development by creating an account on GitHub.
Starred by 222 users
Forked by 32 users
Languages C 60.8% | Ruby 37.9% | C++ 1.3% | C 60.8% | Ruby 37.9% | C++ 1.3%
GitHub
github.com › caolan › raspberry-pi-gpio
GitHub - caolan/raspberry-pi-gpio: Raspberry Pi GPIO library for CHICKEN Scheme
Raspberry Pi GPIO library for CHICKEN Scheme. Contribute to caolan/raspberry-pi-gpio development by creating an account on GitHub.
Starred by 6 users
Forked by 2 users
Languages Scheme 100.0% | Scheme 100.0%
GitHub
github.com › metachris › RPIO
GitHub - metachris/RPIO: RPIO is a GPIO toolbox for the Raspberry Pi.
November 28, 2022 - RPIO is a GPIO toolbox for the Raspberry Pi. Contribute to metachris/RPIO development by creating an account on GitHub.
Starred by 330 users
Forked by 145 users
Languages C 47.2% | Python 45.1% | Makefile 2.4% | Roff 2.4% | C++ 1.9% | Shell 1.0% | C 47.2% | Python 45.1% | Makefile 2.4% | Roff 2.4% | C++ 1.9% | Shell 1.0%
GitHub
github.com › fatihboy › RPI.GPIO
GitHub - fatihboy/RPI.GPIO: Enterprisecoding Raspberry Pi C# GPIO library
Enterprisecoding Raspberry Pi C# GPIO library. Contribute to fatihboy/RPI.GPIO development by creating an account on GitHub.
Starred by 23 users
Forked by 14 users
Languages C# 100.0% | C# 100.0%
GitHub
github.com › topics › raspberry-pi-gpio
raspberry-pi-gpio · GitHub Topics · GitHub
Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring. python mqtt raspberry-pi rpi beaglebone-black gpio dht11 dht22 home-assistant beaglebone gpio-pins raspberry-pi-gpio am2302 bananapi pcf8574 piface-digital lm75
GitHub
github.com › berdav › qemu-rpi-gpio
GitHub - berdav/qemu-rpi-gpio: Simulate GPIOs in qemu-based Raspberry PI
Simulate GPIOs in qemu-based Raspberry PI. Contribute to berdav/qemu-rpi-gpio development by creating an account on GitHub.
Starred by 33 users
Forked by 10 users
Languages Python 63.7% | Shell 36.3% | Python 63.7% | Shell 36.3%
Tieske
tieske.github.io › rpi-gpio › modules › GPIO.html
Raspberry Pi GPIO module
local gpio = require("rpi-gpio") local gpio.setmode(gpio.BOARD) local Pin, Hz, Duty = 11, 100, 50 -- Pin 11, 100Hz, 50% dutycycle gpio.setup_channel(Pin, gpio.OUT, gpio.HIGH) local pwm = gpio.newPWM(Pin, Hz):start(Duty)
GitHub
github.com › alanbarr › RaspberryPi-GPIO
GitHub - alanbarr/RaspberryPi-GPIO: Library of C functions to allow control of the Raspberry Pi's GPIO pins
Starred by 50 users
Forked by 13 users
Languages C 99.0% | Makefile 1.0% | C 99.0% | Makefile 1.0%
GitHub
github.com › RPi-Distro › raspi-gpio › blob › master › raspi-gpio.c
raspi-gpio/raspi-gpio.c at master · RPi-Distro/raspi-gpio
Dump the state of the BCM270x GPIOs. Contribute to RPi-Distro/raspi-gpio development by creating an account on GitHub.
Author RPi-Distro
GitHub
github.com › hzeller › rpi-gpio-dma-demo
GitHub - hzeller/rpi-gpio-dma-demo: Performance writing to GPIO with CPU and DMA on the Raspberry Pi · GitHub
Starred by 209 users
Forked by 27 users
Languages C 99.3% | Makefile 0.7%
GitHub
github.com › markondej › rpi_gpio
GitHub - markondej/rpi_gpio: Raspberry Pi GPIO real-time library
This simple library allows Raspberry Pi GPIO level reading in "real-time", like microcontrollers do. Produced output is vector of input level changes with timestamp included (2us accuracy). Tested with Raspberry Pi Zero, Zero 2 and 4B.
Starred by 5 users
Forked by 3 users
Languages C++ 76.4% | C 20.3% | Makefile 3.3% | C++ 76.4% | C 20.3% | Makefile 3.3%
GitHub
github.com › codenio › Mock.GPIO
GitHub - codenio/Mock.GPIO: Mock Library for RPI.GPIO python Library · GitHub
Starred by 34 users
Forked by 16 users
Languages Python 88.9% | Makefile 8.0% | Shell 3.1%