Skip to content

Instantly share code, notes, and snippets.

View Abathargh's full-sized avatar

Gianmarco Abathargh

View GitHub Profile
@Abathargh
Abathargh / Makefile
Created February 10, 2022 15:57 — forked from mcous/Makefile
Simple AVR Makefile template
# simple AVR Makefile
#
# written by michael cousins (http://github.com/mcous)
# released to the public domain
# Makefile
#
# targets:
# all: compiles the source code
# test: tests the isp connection to the mcu