icucode / avr-examples

avr cli examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVR CLI

AVR example programs using avr-gcc and makefiles to build and deploy to hardware.

Configuration

See each Makefile for configuration options.

Build

Execute make in a directory to build.

Deploy

Execute make deploy in a directory to build and deploy to hardware.

About

avr cli examples


Languages

Language:Makefile 78.2%Language:C 21.8%