Refactor IR polling parameters for improved performance

This commit is contained in:
Artem Kashaev
2025-12-26 14:23:06 +05:00
parent 5521d8da5d
commit 7a455bd6ec
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -34,10 +34,10 @@ def load_seminsus():
seminsu = IRRxTxPollPair(
rx_pin=sem_cfg["pin_rx"],
tx_pin=sem_cfg["pin_tx"],
poll_period_ms=200,
tx_on_ms=10,
poll_period_ms=50,
tx_on_ms=3,
blinks_per_poll=10,
blink_off_ms=5,
blink_off_ms=2,
freq_hz=38_000,
duty_percent=33,
min_edges=10,