pxt-calliope/libs/calliope-i2c/pxt.json
Matthias L. Jugel 28aa7d451f add midi example and i2c test
(cherry picked from commit 436e376)
2017-04-04 10:14:02 +02:00

12 lines
190 B
JSON

{
"name": "calliope-i2c",
"description": "Calliope I2C test",
"files": [
"i2c.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}