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

38
src/lcm1602/lcm1602.json Executable file
View File

@ -0,0 +1,38 @@
{
"Library": "lcm1602",
"Description": "API for the LCM1602 I2C controller for HD44780-based displays",
"Sensor Class":
{
"lcm1602":
{
"Brief": "LCD Display Driver for the LCM1602 Controller for HD44780-based Displays",
"Description": "UPM module for the ear-clip heart rate sensor. It is used to measure your heart rate.",
"Part Numbers": ["lcm1602"],
"Categories": ["display"],
"Connections": ["gpio"],
"Project Type": ["display", "prototyping"],
"Manufacturers": ["adafruit", "sparkfun", "seeed"],
"Kits": [],
"Image": "lcm1602.jpg",
"Examples":
{
"Java": ["Lcm1602_i2cSample.java", "Lcm1602_parallelSample.java"],
"Python": [],
"Node.js": [],
"C++": ["lcm1602-i2c.cxx", "lcm1602-parallel.cxx"],
"C": ["lcm1602-i2c.c", "lcm1602-parallel.c"]
},
"Specifications":
{
"Operating Voltage": {"unit": "V", "low": 4.8, "typ": 5, "high": 5.2},
"Operating Current": {"unit": "mA", "max": 150},
},
"Urls" :
{
"Product Pages": [],
"Datasheets": ["https://www.adafruit.com/datasheets/TC1602A-01T.pdf"],
"Schematics": []
}
}
}
}