mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +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 @@
|
||||
{
|
||||
"ili9341":
|
||||
{
|
||||
"Brief": "SPI Based LCD",
|
||||
"Name": "SPI Based LCD",
|
||||
"Description": "This module defines the interface for the ILI9341 display library.",
|
||||
"Part Numbers": ["ili9341"],
|
||||
"Aliases": ["ili9341"],
|
||||
"Categories": ["display"],
|
||||
"Connections": ["spi"],
|
||||
"Project Type": ["graphics", "prototyping"],
|
||||
@ -24,7 +24,7 @@
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3, "high": 5},
|
||||
"Operating Voltage": {"unit": "V", "low": 3, "high": 5}
|
||||
|
||||
},
|
||||
"Urls" :
|
||||
|
Reference in New Issue
Block a user