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 has been archived by the owner on Oct 15, 2021. It is now read-only.
Evaluating the send command I found that actual pulse times are quite consistently about 80 microseconds too long.
The timing can be much improved by a call to piHiPri() which is a function in WiringPi. It raises the scheduling priority of the process resulting in more accurate timing. See the WiringPi example code DelayTest.c
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Evaluating the send command I found that actual pulse times are quite consistently about 80 microseconds too long.
The timing can be much improved by a call to piHiPri() which is a function in WiringPi. It raises the scheduling priority of the process resulting in more accurate timing. See the WiringPi example code DelayTest.c
The text was updated successfully, but these errors were encountered: