summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorBernhard Tittelbach <bernhard@tittelbach.org>2016-05-28 02:53:04 +0200
committerBernhard Tittelbach <bernhard@tittelbach.org>2016-06-12 03:33:08 +0200
commit0902b8396d74a2b1ba8bfd9e1f4e5517f590b369 (patch)
treecad355f11260307f6696987602e4a703187ec273 /contrib/Makefile
parentupdated to PJON 3.0 Release (diff)
Revert "bmp180 pressure sensor, just lacks arduino i2c-wire-lib and testing"
This reverts commit 9b0dc692177cdc6d8fa7aad4949e5e7a0abb6399. # Conflicts: # contrib/Makefile
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index b09e6c0..3308183 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -25,9 +25,8 @@
LUFA_VERSION := 151115
FASTLED_VERSION := 3.1.0
PJON_VERSION := 3.0
-BMP180_VERSION := V_1.1.2
-all: download-lufa download-fastled download-pjon update-teensy-loader download-bmp180
+all: download-lufa download-fastled download-pjon update-teensy-loader
download-lufa: LUFA-${LUFA_VERSION}.zip
@@ -42,11 +41,6 @@ FastLED-${FASTLED_VERSION}.zip:
unzip $@
cd FastLED-${FASTLED_VERSION}; patch -p1 < ../fastled4minimus32.patch
-download-bmp180: BMP180-${BMP180_VERSION}.zip
-
-BMP180-${BMP180_VERSION}.zip:
- wget "https://github.com/sparkfun/BMP180_Breakout_Arduino_Library/archive/${BMP180_VERSION}.zip" -O "$@"
- unzip -j $@ -d BMP180-${BMP180_VERSION}/ \*/src/\*
download-pjon: PJON-${PJON_VERSION}.zip