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.

MIT License

Stars
1
Committers
1

πŸ“ 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

Related Projects