From 0902b8396d74a2b1ba8bfd9e1f4e5517f590b369 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Sat, 28 May 2016 02:53:04 +0200 Subject: Revert "bmp180 pressure sensor, just lacks arduino i2c-wire-lib and testing" This reverts commit 9b0dc692177cdc6d8fa7aad4949e5e7a0abb6399. # Conflicts: # contrib/Makefile --- contrib/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'contrib/Makefile') 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 -- cgit v1.2.3