pxt-calliope/libs/i2c-fram/kind.json
2016-04-05 18:21:15 -07:00

16 lines
282 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"
}
}