19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"name": "I2Cdevlib-BMA150",
|
|
"keywords": "accelerometer, sensor, i2cdevlib, i2c",
|
|
"description": "The BMA150 is a triaxial, low-g acceleration sensor IC with digital output for consumer market applications",
|
|
"include": "Arduino/BMA150",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/jrowberg/i2cdevlib.git"
|
|
},
|
|
"dependencies":
|
|
{
|
|
"name": "I2Cdevlib-Core",
|
|
"frameworks": "arduino"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "atmelavr"
|
|
}
|