Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nehallxx/es-drivers
Drivers needed for Atmega32 (AVR)
https://github.com/nehallxx/es-drivers
atmega32 avr avr-programming c embbeded-system keypad lcd
Last synced: about 2 months ago
JSON representation
Drivers needed for Atmega32 (AVR)
- Host: GitHub
- URL: https://github.com/nehallxx/es-drivers
- Owner: nehallxx
- Created: 2023-08-18T20:21:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T21:19:14.000Z (7 months ago)
- Last Synced: 2024-06-22T12:52:33.784Z (7 months ago)
- Topics: atmega32, avr, avr-programming, c, embbeded-system, keypad, lcd
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AVR-Drivers
```
Drivers needed for Atmega32 (AVR)
To run the code you need to follow these steps:
1- Open your text editor and create a new project
2- Drag and drop these files
3- Create main.c file in APP directory
4- Write your main function
5- Build the project
```