aboutsummaryrefslogtreecommitdiffstats
path: root/helpers.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add precompiler guards to disable setRealtimeScheduling under macOSmacOSNao Pross2022-03-241-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.
* Simple python application that uses the O-3000 driver and Color Imagejonas2020-10-121-0/+407
Pipeline using a Python C-Extension.