Skip to content

Commit 417285b

Browse files
committed
Folder structure. PCB KiCAD files.
1 parent 3024e3d commit 417285b

27 files changed

+53354
-0
lines changed

firmware/Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Generated by ard-make version 1.2
2+
ARDUINO_DIR=/opt/arduino-1.8.8/
3+
ARDMK_DIR=/usr/share/arduino
4+
AVR_TOOLS_DIR=/opt/arduino-1.8.8/hardware/tools/avr/
5+
6+
BOARD_TAG = nano
7+
BOARD_SUB = atmega328
8+
MONITOR_PORT = /dev/ttyUSB0
9+
10+
include $(ARDMK_DIR)/Arduino.mk

0 commit comments

Comments
 (0)