An open API service indexing awesome lists of open source software.

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

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
```