
2025-07-29 14:27:15
So I'm working on building a device that will trigger something with each revolution of a wheel. Originally I was thinking each rotation would cause the trigger, but now I am wondering if I should calculate the RPM and average it.
I'm not great at math, so you know, it'll take more work, but it should be doable.
I guess I would use one function to determine how frequently a spot on the wheel passes a certain point, then use the result as one input to trigger the ou…