first commit

This commit is contained in:
Jérôme Delacotte
2025-03-06 11:15:32 +01:00
commit 7b30d6e298
5276 changed files with 2108927 additions and 0 deletions

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