https://github.com/mtrzc0/atmega328pb-floppy-bird
AGH UST project for Microcontroller laboratory
https://github.com/mtrzc0/atmega328pb-floppy-bird
atmega328pb avr-gcc c
Last synced: 3 days ago
JSON representation
AGH UST project for Microcontroller laboratory
- Host: GitHub
- URL: https://github.com/mtrzc0/atmega328pb-floppy-bird
- Owner: mtrzc0
- License: gpl-3.0
- Created: 2025-05-01T13:59:35.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-06-22T19:14:41.000Z (5 days ago)
- Last Synced: 2025-06-22T19:37:32.405Z (5 days ago)
- Topics: atmega328pb, avr-gcc, c
- Language: Makefile
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enviroment setup
Build systems consist of a minimal amount of tools.
You can install them by typing commands below.
## Windows
```
winget install avr-gcc
winget install make -s winget
```## Linux
```
not yet available
```