mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
fixed JSON keys
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:

committed by
Abhishek Malik

parent
c5cdfc702c
commit
3ca7889755
@ -5,9 +5,9 @@
|
||||
{
|
||||
"lcdks":
|
||||
{
|
||||
"Brief": "LCD Keypad Shield",
|
||||
"Name": "LCD Keypad Shield",
|
||||
"Description": "The LCD Keypad Shield uses 7 digital outputs and 1 analog input (for the keypad). The outputs are used to drive an attached LCM1602 LCD controller. This driver should be compatible with the similar LCD keypad shields from Sainsmart, DFRobot and Sparkfun.",
|
||||
"Part Numbers": ["lcdks"],
|
||||
"Aliases": ["lcdks"],
|
||||
"Categories": ["userinput"],
|
||||
"Connections": ["gpio", "analog"],
|
||||
"Project Type": ["control", "prototyping"],
|
||||
@ -24,7 +24,7 @@
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "typ": 5},
|
||||
"Operating Voltage": {"unit": "V", "typ": 5}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
|
Reference in New Issue
Block a user