UNPKG

nodebots-interchange

Version:

Tool to build custom backpack firmwares to make devices I2C compliant

63 lines (62 loc) 1.5 kB
{ "creators": [ { "id": "0x00", "name": "Unknown creator", "gh": "" }, { "id": "0x01", "name": "Official Reserved", "gh": "" }, { "id": "0x05", "name": "Andrew Fisher", "gh": "ajfisher" }, { "id": "0x09", "name": "Rick Waldron", "gh": "rwaldron" } ], "firmwares": [ { "name": "node-pixel", "creatorID": "0x05", "firmwareID": "0x01", "repo": "url", "npm": { "package": "node-pixel" }, "description": "Allows NeoPixels to be used via I2C and the node-pixel controller", "docs": "url", "address": "0x54", "firmata": true }, { "name": "hc-sr04", "creatorID": "0x05", "firmwareID": "0x02", "npm" : { "package": "nodebots-hcsr04", "repo": "git+https://github.com/ajfisher/nodebots-hcsr04", "version": "" }, "description": "Allows an HC-SR04 ultrasonic sensor to be used with the Proximity class and the HC-SR04-I2C controller", "docs": "url", "firmata": true, "address": "0x27" }, { "name": "StandardFirmata", "creatorID": "0x01", "firmwareID": "0x01", "repo": "git+https://github.com/ajfisher/interchange-firmata", "description": "Installs standard firmata onto an arduino", "docs": "url", "firmata": true } ] }