News

You can also use I2C module on pins that supported hardware I2C bus (ESP8266s dno't have them): from machine import Pin, I2C from TEA5767 import Radio # Hardware I2C bus 0 on ESP32 i2c = I2C (0, scl = ...