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

https://github.com/aib/atmel-avr-example


https://github.com/aib/atmel-avr-example

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## About
This is a sample repository for working with `avr-gcc` and `avrdude` on simple Atmel projects.

## Usage
`make program`

to build and upload `main.hex`, which is built from `main.c`.

You can change the `TARGET` variable to build/upload another program:

`make TARGET=blink program`