pxt-calliope/libs/i2c-fram/pxt.json
2016-04-07 11:30:07 -07:00

17 lines
316 B
JSON

{
"name": "i2c-fram",
"description": "AdaFruit I2C FRAM driver for micro:bit",
"files": [
"README.md",
"fram.ts"
],
"testFiles": [
"ftest.ts"
],
"public": true,
"dependencies": {
"microbit": "file:../microbit"
},
"installedVersion": "hhneqa"
}