Closed RealOrangeOne closed 6 years ago
Rather then using the system clock, which has issues with the Pis CPU changing its clock speed. This implementation using SIGALRM, which doesn't have this issue:
SIGALRM
SIGALRM is sent when real or clock time elapses
https://en.wikipedia.org/wiki/Signal_(IPC)#SIGALRM
Rather then using the system clock, which has issues with the Pis CPU changing its clock speed. This implementation using
SIGALRM
, which doesn't have this issue:https://en.wikipedia.org/wiki/Signal_(IPC)#SIGALRM