mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
Added another batch of JSONs(39)
Signed-off-by: msgtfrank <frankww1@gmail.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:

committed by
Abhishek Malik

parent
0f3f0e02ae
commit
b0a842229a
55
src/mmc35240/mmc35240.json
Normal file
55
src/mmc35240/mmc35240.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"Library": "mmc35240",
|
||||
"Description": "Memsic MMC35240 Tri-axis Magnetic Sensor Library",
|
||||
"Sensor Class": {
|
||||
"MMC35240": {
|
||||
"Name": "Memsic MMC35240 Tri-axis Magnetic Sensor API",
|
||||
"Description": "This is the UPM Module for the Memsic MMC35240 Tri-axis Magnetic Sensor. Fully integrated 3-axis magnetic sensor and electronic circuits requiring fewer external components.",
|
||||
"Aliases": ["mmc35240", "MMC3530KJ"],
|
||||
"Categories": ["compass"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["industrial", "commercial"],
|
||||
"Manufacturers": ["Memsic"],
|
||||
"Image": "mmc35240.jpg",
|
||||
"Examples": {
|
||||
"C++": ["mmc35240.cxx"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"min": 1.62,
|
||||
"max": 1.98
|
||||
},
|
||||
"Supply Current": {
|
||||
"unit": "uA",
|
||||
"typ" : "160"
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
},
|
||||
"Sensitivity": {
|
||||
"unit": "mG/LSB",
|
||||
"min" : "1",
|
||||
"max" : "4"
|
||||
}
|
||||
},
|
||||
"Platforms": {
|
||||
"Intel Joule Module": {
|
||||
"Notes": ["Might need pull up resistors"]
|
||||
},
|
||||
"Intel Edison": {
|
||||
"Notes": ["Might need pull up resistors"]
|
||||
},
|
||||
"Arduino 101": {
|
||||
"Notes": ["Might need pull up resistors"]
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["https://www.memsic.com/magnetic-sensors/MMC3530KJ"],
|
||||
"Datasheets": ["https://www.memsic.com/magnetic-sensors/MMC3530KJ"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user