obus/docs/controllers.json
2020-08-10 20:58:30 +02:00

34 lines
No EOL
985 B
JSON

{
"controller-name": {
"image": "https://dummyimage.com/400x400/777/fff.png&text=Product+image+coming+soon",
"features": [
"feature 1",
"feature 2",
"..."
],
"description": "description...",
"applications": [
"application 1",
"application 2",
"..."
],
"el-specs" : {
"Supply voltage": {
"min": "4,5",
"typ": "5",
"max": "5,5",
"unit": "V"
}
},
"app-note": "Quite a long text about an application not, perhaps shouldn't be placed in a json file...",
"documents": {
"datasheet" : "#datasheet",
"pinout diagram": "#pinout diagram",
"mechanical drawing": "#mechanical drawing"
},
"order-codes": {
"CONTROL1": "Base unit",
"CONTROL1DUMMY": "Dummy unit"
}
}
}