Skip to content
Snippets Groups Projects

Resolve "Allow creating an I2C address"

Merged Julian requested to merge 3-allow-creating-an-i2c-address into master
3 files
+ 140
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 96
0
{
"devices": {
"0": {
"name": "RGB Dimmer",
"type": 3,
"pins": {
"red": {
"assigned_pin": "1",
"active_low": false
},
"green": {
"assigned_pin": "2",
"active_low": false
},
"blue": {
"assigned_pin": "3",
"active_low": false
}
},
"parameters": {
"delay": 10
}
},
"1": {
"name": "Shutter",
"type": 4,
"pins": {
"up": {
"assigned_pin": "97",
"active_low": true
},
"down": {
"assigned_pin": "98",
"active_low": true
}
},
"parameters": {
"tick_ms": 500,
"full_movement_ticks": 30
}
},
"2": {
"name": "Generic Binary",
"type": 1,
"pins": {
"signal": {
"assigned_pin": "105",
"active_low": false
}
},
"parameters": {}
}
},
"inputs": {
"0": {
"name": "Color cycle button",
"type": 4,
"associated_device": 0,
"pins": {
"signal": {
"assigned_pin": "34",
"active_low": false
}
},
"parameters": {
"color_1": 0,
"color_2": 16711680,
"color_3": 16742144,
"color_4": 16776960,
"color_5": 65280,
"color_6": 30719,
"color_7": 255,
"color_8": 16711935
}
},
"1": {
"name": "Shutter control",
"type": 5,
"associated_device": 1,
"pins": {
"up": {
"assigned_pin": "35",
"active_low": false
},
"down": {
"assigned_pin": "32",
"active_low": false
}
},
"parameters": {
"full_press_time": 2000
}
}
},
"addr": 88
}
\ No newline at end of file
Loading