aboutsummaryrefslogtreecommitdiffstats
path: root/helpers.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-24Add precompiler guards to disable setRealtimeScheduling under macOSmacOSNao Pross1-1/+20
This function seems to be unused in this repository, and does not compile under macOS because sched_setscheduler() is not present in the macOS implementation of the POSIX standard.
2020-10-12Simple python application that uses the O-3000 driver and Color Imagejonas1-0/+407
Pipeline using a Python C-Extension.