Forum | Documentation | Website | Blog

Skip to content

Fix PRU Delayed Read

Jason Kridner requested to merge github/fork/kmartin36/master into master

Created by: kmartin36

Only reading R31 once per loop. If R31 changes during the instructions between the reads, it creates the possibility of missing transitions. Also checking for invalid transitions where both channels transition at the same time.

Merge request reports