编译更新

This commit is contained in:
fredqian
2025-04-17 15:29:31 +08:00
parent 71ebf41630
commit f578e1a242
74 changed files with 451 additions and 70 deletions

View File

@@ -26,7 +26,7 @@ class CI130X:
self._rreg(_CI_ID_GET, 3)
except:
try: #C130X 启动慢,加延时判断
time.sleep_ms(500)
time.sleep_ms(850)
self._rreg(_CI_ID_GET, 3)
except:
raise AttributeError("Cannot find a CI130X")