aib / atmel-avr-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Makefile 78.8%Language:C 21.2%