Files
Arduino/libraries/BMP180MI/library.json
Jérôme Delacotte 7b30d6e298 first commit
2025-03-06 11:15:32 +01:00

17 lines
608 B
JSON

{
"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"
}