Enabling I2C Module Automatically
Fleeting- Référence externe : https://raspberrypi.stackexchange.com/questions/59855/enabling-i2c-module-automatically
Edit /boot/config.txt (requires sudo privileges) and add the following line.
dtparam=i2c_arm=on Edit /etc/modules (requires sudo privileges) and add the following line.
i2c-dev Then reboot.
— https://raspberrypi.stackexchange.com/questions/59855/enabling-i2c-module-automatically