icon

CircuitPythonで、tick_msがすぐオーバーフローしてて、オーバーフローするのはいいんだけど、そんなすぐにオーバーフローする値が初期値なのは何でなんだ?と思って、調べたら、
https://docs.circuitpython.org/en/latest/shared-bindings/supervisor/index.html
> The value is initialized so that the first overflow occurs about 65 seconds after power-on, making it feasible to check that your program works properly around an overflow.

go言語でMapの順序をランダムにするようなものか。

supervisor – Supervisor settings — Adafruit CircuitPython 9.0.0-beta.2 documentation