initial commit
This commit is contained in:
16
libraries/ConfigurableFirmata/library.json
Normal file
16
libraries/ConfigurableFirmata/library.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "ConfigurableFirmata",
|
||||
"keywords": "interface, protocol",
|
||||
"description": "This library implements the Firmata protocol as a set of plugins that can be used to create applications to remotely interface with an Arduino board.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/firmata/ConfigurableFirmata.git"
|
||||
},
|
||||
"version": "2.10.0",
|
||||
"exclude": [
|
||||
"extras",
|
||||
"test"
|
||||
],
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user