Conversation
Notices
-
ikeji (ikeji@ostatus.ikeji.ma)'s status on Sunday, 25-Feb-2024 19:06:41 JST ikeji 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の順序をランダムにするようなものか。