1
0

crc in protocol

This commit is contained in:
2026-02-19 23:12:44 +01:00
parent a9ed46b68d
commit 8e11d6239d
2 changed files with 42 additions and 9 deletions

View File

@@ -2,6 +2,7 @@ from tef import TEF6686
from protocol import I2CPCClient
p = I2CPCClient("COM17")
print(p._send_packet(bytes([4])))
tef = TEF6686(p)
tef.init()
tef.FM_Tune_To(1, 9500)