Skip to content

Commit 900ab89

Browse files
authored
Update TEA5767.py
1 parent a9d511e commit 900ab89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TEA5767.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def update(self):
122122
if __name__ == '__main__':
123123

124124
from machine import Pin, SoftI2C
125-
i2c = SoftI2C(scl=Pin(27), sda=Pin(26), freq=400000)
125+
i2c = SoftI2C(scl=Pin(5), sda=Pin(4), freq=400000)
126126

127127
radio = Radio(i2c, freq=99.7)
128128
print('Frequency: FM {}\nReady: {}\nStereo: {}\nADC level: {}'.format(

0 commit comments

Comments
 (0)