You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
the navx sensor loop runs at about 400hz, 2.5ms max, 1.25 ms mean
the SPI input runs in a 200hz thread, 5ms max, 2.5 ms mean
the payload itself is 80 bytes (!) so that takes about 1.25 ms at 0.5 mhz
so the total delay is about 5ms.
The text was updated successfully, but these errors were encountered: