mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
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:
38
src/lcm1602/lcm1602.json
Executable file
38
src/lcm1602/lcm1602.json
Executable 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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user