Skip to content

Instantly share code, notes, and snippets.

View wezleysherman's full-sized avatar

Wezley Sherman wezleysherman

View GitHub Profile
@AndrewRadev
AndrewRadev / Makefile
Created January 8, 2012 15:31
Stupidly simple Makefile for working with an Arduino
ARDUINO_PATH='/usr/share/arduino/hardware/arduino/cores/arduino'
VARIANTS_PATH='/usr/share/arduino/hardware/arduino/variants/standard'
MCU='atmega328p'
F_CPU=16000000
PORT='/dev/ttyACM0'
UPLOAD_RATE=115200
CORE_SOURCES=\
$(ARDUINO_PATH)/wiring.c\
$(ARDUINO_PATH)/wiring_analog.c\