Added BMP180 and I2C driver and example

Fixed reference to unknown environment var
Moved drivers into extras folder and added additional documentations.
Changed LOCAL to static and renamed DEBUG to BMP180_DEBUG
This commit is contained in:
Angus71 2015-08-25 14:45:48 +02:00
parent 76ad427dc2
commit b251427643
14 changed files with 996 additions and 0 deletions

View file

@ -0,0 +1,3 @@
PROGRAM=BMP180_Reader
EXTRA_COMPONENTS = extras/i2c extras/bmp180
include ../../common.mk