1
0

xrd protocol

This commit is contained in:
2026-02-20 17:47:38 +01:00
parent 8e11d6239d
commit 9576fbae3a
5 changed files with 222 additions and 38 deletions

View File

@@ -5,12 +5,12 @@ p = I2CPCClient("COM17")
print(p._send_packet(bytes([4])))
tef = TEF6686(p)
tef.init()
tef.FM_Tune_To(1, 9500)
tef.AM_Tune_To(1, 225)
tef.AUDIO_Set_Mute(False)
tef.AUDIO_Set_Volume(70)
tef.FM_Set_MphSuppression(True)
tef.FM_Set_ChannelEqualizer(True)
tef.FM_Set_Specials(1)
# tef.FM_Set_Specials(1)
tef.FM_Set_Bandwidth(True)
import time
time.sleep(0.032)