Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhavyapandya07/raspberry_pi_gpio
The Raspberry_PI_GPIO repository contains Python scripts and documentation for controlling LEDs and reading push button input using GPIO pins on a Raspberry Pi. This is a useful resource for anyone interested in learning about working with GPIO pins on a Raspberry Pi.
https://github.com/bhavyapandya07/raspberry_pi_gpio
breadboard gpio gpio-pins nodejs operating-system python raspberry-pi-3 virtual-machine
Last synced: 3 months ago
JSON representation
The Raspberry_PI_GPIO repository contains Python scripts and documentation for controlling LEDs and reading push button input using GPIO pins on a Raspberry Pi. This is a useful resource for anyone interested in learning about working with GPIO pins on a Raspberry Pi.
- Host: GitHub
- URL: https://github.com/bhavyapandya07/raspberry_pi_gpio
- Owner: bhavyapandya07
- License: mit
- Created: 2023-04-12T12:52:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T14:10:02.000Z (4 months ago)
- Last Synced: 2024-10-11T02:02:31.129Z (3 months ago)
- Topics: breadboard, gpio, gpio-pins, nodejs, operating-system, python, raspberry-pi-3, virtual-machine
- Homepage: https://bento.me/bhavyapandya
- Size: 20.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍓 Raspberry PI GPIO
This repository contains code and documentation related to using the GPIO pins on a Raspberry Pi.
## 🚀 Getting Started
### Prerequisites
To use the code in this repository, you will need:
- A Raspberry Pi
- A breadboard
- Jumper wires
- LEDs
- Resistors
- A push button### 📥 Installing
To get started, clone this repository onto your Raspberry Pi:
```
git clone https://github.com/CyberWarrior743/Raspberry_PI_GPIO.git
```### 💻 Usage
The code in this repository demonstrates how to use the GPIO pins on a Raspberry Pi to control LEDs and read input from a push button.
There are three main scripts:
- `led_blink.py`: This script blinks an LED on and off.
- `led_dimming.py`: This script uses pulse width modulation (PWM) to dim an LED.
- `button_input.py`: This script reads input from a push button.## 🤝 Contributing
- 🎨 Figjam file: https://www.figma.com/file/IR4qyxCpklCuxRJ1BQBiFw/Raspberry-Pi?type=whiteboard&node-id=0-1&t=freO2yZ4t3CXOsis-0
- If you would like to contribute to this project, feel free to open a pull request or an issue.
- 📝 Even a Documentation file is given.