Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kareemmoneeam/atmega32-gpio_driver
A versatile GPIO (General-Purpose Input/Output) driver for the ATmega32 microcontroller.
https://github.com/kareemmoneeam/atmega32-gpio_driver
Last synced: 3 days ago
JSON representation
A versatile GPIO (General-Purpose Input/Output) driver for the ATmega32 microcontroller.
- Host: GitHub
- URL: https://github.com/kareemmoneeam/atmega32-gpio_driver
- Owner: KareemMoneeam
- Created: 2023-10-08T13:45:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T22:33:10.000Z (about 1 year ago)
- Last Synced: 2023-10-22T00:25:23.041Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AVR GPIO Driver for ATmega32
A versatile GPIO (General-Purpose Input/Output) driver for the ATmega32 microcontroller.---
**Key Features**
- **Flexible Configuration:** Set pin direction and logic levels easily.
- **Precise Control:** Control individual pins or entire ports with a single function.
- **User-Friendly API:** Simple and intuitive functions for GPIO interaction.
- **Pull-up Support:** Activate/deactivate internal pull-up resistors for input pins.**Usage**
This driver simplifies GPIO configuration, making it a valuable tool for ATmega32-based projects. Detailed documentation is included to guide you through setup and usage.
**Getting Started**
To start using this AVR GPIO driver, clone this repository, and refer to the example code. Take control of your GPIO pins effortlessly!
**Contributions**
Contributions and improvements to this open-source GPIO driver are welcome. If you have suggestions, bug fixes, or feature enhancements, please submit a pull request to support the community.
---