We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d511e commit 900ab89Copy full SHA for 900ab89
TEA5767.py
@@ -122,7 +122,7 @@ def update(self):
122
if __name__ == '__main__':
123
124
from machine import Pin, SoftI2C
125
- i2c = SoftI2C(scl=Pin(27), sda=Pin(26), freq=400000)
+ i2c = SoftI2C(scl=Pin(5), sda=Pin(4), freq=400000)
126
127
radio = Radio(i2c, freq=99.7)
128
print('Frequency: FM {}\nReady: {}\nStereo: {}\nADC level: {}'.format(
0 commit comments