]> sigrok.org Git - libsigrok.git/commit
demo: Increase timer interval to 100 ms
authorDaniel Elstner <redacted>
Tue, 22 Sep 2015 04:54:33 +0000 (06:54 +0200)
committerUwe Hermann <redacted>
Tue, 22 Sep 2015 09:17:27 +0000 (11:17 +0200)
commit98c01fe1277e5a386377347635a8a7fee8abc534
treeb5c604ae10199090dbc0280fb53d9940f9d7223d
parenta49a320deaddbcc8caedb3247a695b97e22b37b3
demo: Increase timer interval to 100 ms

Timer intervals shorter than about 100 ms are unnecessarily taxing
on system resources. Also, on systems like Windows the smallest
resolvable time unit without using high precision timers is about
15 ms. Regular timer intervals should be well above that value to
avoid being dominated by noise and round-off.
src/hardware/demo/demo.c