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:
41
src/ds1307/ds1307.json
Executable file
41
src/ds1307/ds1307.json
Executable file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"Library": "ds1307",
|
||||
"Description": "DS1307 Real-Time Clock library",
|
||||
"Sensor Class":
|
||||
{
|
||||
"ds1307":
|
||||
{
|
||||
"Brief": "DS1307 Real Time Clock (RTC) Module",
|
||||
"Description": "UPM module for the DS1307-based real-time clock. The clock can provide information about seconds, minutes, hours, day of the week, day of the month, month, and year. It can operate in either a 24-hour or a 12-hour format. This device can also output a square wave at 1Khz, 4Khz, 8Khz, and 32Khz. However, this capability is not implemented in this module.",
|
||||
"Part Numbers": ["ds1307"],
|
||||
"Categories": ["RTC", "timekeeping"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["prototyping", "industrial"],
|
||||
"Manufacturers": ["seeed", "maxim"],
|
||||
"Kits": [],
|
||||
"Image": "ds1307.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["DS1307Sample.java"],
|
||||
"Python": ["ds1307.py"],
|
||||
"Node.js": ["ds1307.js"],
|
||||
"C++": ["ds1307.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 4.5, "high": 5.5},
|
||||
"Active Current": {"unit": "mA", "Typ": 1.5},
|
||||
"Standby Current (Oscillator On)": {"unit": "nA", "low": 480, "high": 800},
|
||||
"Operating Temperature": {"unit": "degC", "low": 0, "high": 70}
|
||||
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.maximintegrated.com/en/products/digital/real-time-clocks/DS1307.html/tb_tab0"],
|
||||
"Datasheets": ["https://datasheets.maximintegrated.com/en/ds/DS1307.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user