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:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

40
src/ds2413/ds2413.json Executable file
View File

@ -0,0 +1,40 @@
{
"Library": "ds2413",
"Description": "1-Wire Dual Channel Addressable Switch Library",
"Sensor Class":
{
"ds2413":
{
"Brief": "1-Wire Dual Channel Addressable Switch",
"Description": "The DS2413 is a dual-channel programmable I/O 1-Wire(r) chip. The PIO outputs are configured as open-drain and provide up to 20mA continuous sink capability and off-state operating voltage up to 28V. Control and sensing of the PIO pins is performed with a dedicated device-level command protocol. This device requires the use of a UART to provide access to a Dallas 1-wire bus, via a new facility supported by MRAA (once the relevant PR is accepted), using the UartOW access class. It is important to realize that the UART is only being used to access and control a Dallas 1-wire compliant bus, it is not actually a UART device. Multiple DS2413 devices can be connected to this bus. This module will identify all such devices connected, and allow you to access them using an index starting at 0.",
"Part Numbers": ["ds2413"],
"Categories": ["switch"],
"Connections": ["uart"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["maxim", "adafruit"],
"Kits": [],
"Image": "ds2413.jpg",
"Examples":
{
"Java": [],
"Python": ["ds2413.py"],
"Node.js": ["ds2413.js"],
"C++": ["ds2413.cxx"],
"C": []
},
"Specifications":
{
"Operating Voltage": {"unit": "V", "low": 2.8, "high": 5.5},
"Input Load Current": {"unit": "uA", "low": 3.5, "high": 950},
"Operating Temperature": {"unit": "degC", "low": 0, "high": 70}
},
"Urls" :
{
"Product Pages": ["http://www.maximintegrated.com/datasheet/index.mvp/id/4588", "https://learn.adafruit.com/adafruit-1-wire-gpio-breakout-ds2413/overview"],
"Datasheets": ["http://www.adafruit.com/datasheets/DS2413.pdf"],
"Schematics": ["https://learn.adafruit.com/assets/15639"]
}
}
}
}