mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 19:31:15 +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:
47
src/adc121c021/adc121c021.json
Executable file
47
src/adc121c021/adc121c021.json
Executable file
@ -0,0 +1,47 @@
|
||||
{
|
||||
"Library": "adc121c021",
|
||||
"Description": "I2C 12-bit Analog to Digital Converter with Alert Pin",
|
||||
"Sensor Class":
|
||||
{
|
||||
"adc121c021":
|
||||
{
|
||||
"Brief": "API for the ADC121C021 I2C Analog-to-Digital Converter",
|
||||
"Description": "UPM module for the ADC121C021 12-bit analog-to-digital converter (ADC). By constantly providing a reference voltage, this sensor helps increase the accuracy of a value collected from an analog sensor.",
|
||||
"Part Numbers": ["adc121c021"],
|
||||
"Categories": ["aio"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["prototyping"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": [],
|
||||
"Image": "adc121c021.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["ADC121C021Sample.java"],
|
||||
"Python": ["adc121c021.py"],
|
||||
"Node.js": ["adc121c021.js"],
|
||||
"C++": ["adc121c021.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Working Voltage": {"unit": "v", "low" : 5.0, "high": 5.0},
|
||||
"Resolution" : {"unit": "Bit", "low" : 12, "high": 12},
|
||||
"Sample Rate": {"unit": "ksps", "low" : 188.9, "high": 188.9}
|
||||
},
|
||||
"Platforms":
|
||||
{
|
||||
"Intel Joule Module":
|
||||
{
|
||||
"Notes": ["Requires pull-up resistors with carrier board"],
|
||||
"Images": [""]
|
||||
}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-I2C-ADC-p-1580.html"],
|
||||
"Datasheets": ["https://raw.githubusercontent.com/SeeedDocument/Grove-I2C_ADC/master/res/ADC121C021_Datasheet.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user