19 lines
484 B
JSON
19 lines
484 B
JSON
{
|
|
"name": "I2Cdevlib-BMP085",
|
|
"keywords": "altimeter, altitude, barometer, pressure, temperature, sensor, i2cdevlib, i2c",
|
|
"description": "The BMP085 is barometric pressure, temperature and altitude sensor",
|
|
"include": "Arduino/BMP085",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/jrowberg/i2cdevlib.git"
|
|
},
|
|
"dependencies":
|
|
{
|
|
"name": "I2Cdevlib-Core",
|
|
"frameworks": "arduino"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "atmelavr"
|
|
}
|