First Commit
This commit is contained in:
commit
d9897cb710
110 changed files with 21617 additions and 0 deletions
10
lib/BMP180MI/library.properties
Normal file
10
lib/BMP180MI/library.properties
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name=BMP180MI
|
||||
version=0.1.0
|
||||
author=Gregor Christandl <christandlg@yahoo.com>
|
||||
maintainer=Gregor Christandl <christandlg@yahoo.com>
|
||||
sentence=A library for the Bosch Sensortec BMP085 / BMP180 Digital Pressure Sensors.
|
||||
paragraph=The library supports I2C (via the Wire Library) interfaces. Use of other I2C libraries (e.g. software I2C) is supported by inheritance. Does not block or delay (except for convenience functions) making it better suited for applications where non-blocking behaviour is preferred.
|
||||
category=Sensors
|
||||
url=https://bitbucket.org/christandlg/bmp180mi
|
||||
architectures=*
|
||||
includes=BMP180MI.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue