Skip to content

RPi I/O Thread Safety

Daniel Fonseca Yarochewsky requested to merge Pi-IO-Threading into master

Created by: CaiB

Fixes #50 (closed). It turns out wiringPi is not thread-safe. This should hopefully resolve that. I don't think we need to do anything for digital I/O, since those are single operations anyways.

Merge request reports