-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a78500
commit ed1cb6b
Showing
27 changed files
with
1,914 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# You should only have to change this value: | ||
PORT = /dev/tty.usbserial-DNWYFIDM | ||
|
||
# Set this depending on what revision of the PCB you are using. 1.3 is equal to 13 etc. | ||
BOARD_SUB = balanduino.menu.rev.rev13 | ||
#BOARD_SUB = balanduino.menu.rev.rev12 | ||
|
||
# You should only set the path to your Arduino application if it is not in your path or not the default one: | ||
# The default for Linux and Solaris is: | ||
#ARD_HOME = /opt/Arduino | ||
# The default for Mac is: | ||
#ARD_HOME = /Applications/Arduino.app | ||
|
||
# Uncomment to activate serial debugging for the USB Host library: | ||
#EXTRA_FLAGS += -D DEBUG_USB_HOST | ||
|
||
# Leave these alone | ||
THIRD_PARTY_HARDWARE = ../hardware/Balanduino/avr | ||
BOARD = balanduino | ||
|
||
include Arduino_Makefile_master/_Makefile.master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.