riban-bw / I2C-Hardware-Controller

A hardware controller providing rotary encoders, switches and potentiometer values via I2C
GNU General Public License v3.0
4 stars 1 forks source link

Feature: Disable controllers #7

Open riban-bw opened 5 years ago

riban-bw commented 5 years ago

It may be advantageous to be able to disable controllers to reduce the risk of unused controllers triggering events. Could use a spare configuration switch to disable / enable all controllers. Could write I2C value to each controller to disable / enable.

This may not be an issue if there is insufficient noise on controllers to trigger false signals.