added JSONs form Blain

Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

View File

@ -0,0 +1,48 @@
{
"Library": "adafruitms1438",
"Description": "Module for the Adafruit Motor Shield 1438",
"Sensor Class":
{
"adafruitms1438":
{
"Brief": "API for the AdafruitMS1438 Motor Shield",
"Description": "This class implements support for the stepper and DC motors that can be connected to this Motor Shield.",
"Part Numbers": ["adafruitms1438"],
"Categories": ["motor"],
"Connections": ["i2c"],
"Project Type": ["motor"],
"Manufacturers": ["adafruit"],
"Kits": [],
"Image": "adafruitms1438.jpg",
"Examples":
{
"Java": [],
"Python": ["adafruitms1438-stepper.py", "adafruitms1438.py"],
"Node.js": ["adafruitms1438-stepper.js", "adafruitms1438.js"],
"C++": ["adafruitms1438-stepper.cxx", "adafruitms1438.cxx"],
"C": []
},
"Specifications":
{
"Vmotor": {"unit": "V", "low": 4.5, "high": 13.5},
"Amotor": {"unit": "A", "high": 1.2},
"Apeak": {"unit": "A", "high": 3},
"Vlogic": {"unit": "V", "low": 3.3, "high": 5}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": ["The two servo connections are not controlled by the PCA9685 controller (or this class). They are connected directly to digital PWM pins 9 and 10 on the Arduino* breakout board."],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["https://www.adafruit.com/products/1438"],
"Datasheets": ["https://cdn-shop.adafruit.com/datasheets/TB6612FNG_datasheet_en_20121101.pdf"],
"Schematics": ["https://learn.adafruit.com/adafruit-motor-shield-v2-for-arduino"]
}
}
}
}