Skip to content

Instantly share code, notes, and snippets.

View me-no-dev's full-sized avatar
🎯
Focusing

Me No Dev me-no-dev

🎯
Focusing
View GitHub Profile
TARGET ?= $(notdir $(shell pwd))
PYTHON ?= python
HOME_DIR ?= $(shell echo ~)
ARDUINO_DIR ?= $(HOME_DIR)/arduino-1.6.8
ARDUINO_HARDWARE ?= $(ARDUINO_DIR)/hardware
ARDUINO_BUILDER ?= $(ARDUINO_DIR)/arduino-builder
ARDUINO_TOOLS ?= $(ARDUINO_DIR)/tools-builder
ARDUINO_LIBS ?= $(ARDUINO_DIR)/libraries
SKETCHBOOK_DIR ?= $(HOME_DIR)/Arduino