first commit
This commit is contained in:
17
libraries/BMP180MI/library.json
Normal file
17
libraries/BMP180MI/library.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "BMP180MI",
|
||||
"keywords": "BMP180",
|
||||
"description": "A library for the Bosch Sensortec BMP085 and BMP180 Digital Pressure Sensors. The library supports the I2C interface (via the Wire Library). Use of other I2C interfaces (e.g. software I2C) is supported by inheritance. ",
|
||||
"authors":
|
||||
{
|
||||
"name": "Gregor Christandl",
|
||||
"email": "christandlg@yahoo.com",
|
||||
"url": "https://bitbucket.org/christandlg/bmp180mi"
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://bitbucket.org/christandlg/bmp180mi.git"
|
||||
},
|
||||
"frameworks": "arduino"
|
||||
}
|
||||
Reference in New Issue
Block a user