Skip to content

Commit

Permalink
using arduino makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
TwP committed Dec 3, 2016
1 parent 35aecc4 commit 7f06107
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "arduino/Arduino-Makefile"]
path = arduino/Arduino-Makefile
url = https://github.com/sudar/Arduino-Makefile.git
1 change: 1 addition & 0 deletions arduino/Arduino-Makefile
Submodule Arduino-Makefile added at 03e621
8 changes: 8 additions & 0 deletions arduino/arduino.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ==== Arduino Development Setup ====
# Making Arduino development work with Vim
#
# see http://www.humblecoder.com/how-to-program-the-arduino-using-vim/
# see https://github.com/sudar/Arduino-Makefile

export ARDUINO_DIR="/Applications/Arduino.app/Contents/Java"
export ARDMK_DIR="${DOTS}/arduino/Arduino-Makefile"
3 changes: 0 additions & 3 deletions arduino/ino.bash

This file was deleted.

0 comments on commit 7f06107

Please sign in to comment.