Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
3 lines (3 sloc) 157 Bytes
# ensure members of i2c group can read/write I2C devices
# taken from Raspbian /etc/udev/rules.d/99-com.rules
SUBSYSTEM=="i2c-dev", GROUP="i2c", MODE="0660"
You can’t perform that action at this time.