Abasz
Abasz
Thanks for the above, I meant errors in the console. This will be hard to debug, I am not sure how I will do this: "Apple no longer offers Safari...
> @Abasz Should I try an update? i"m not sure there is a new version to update to. Sure feel free, but I have not made any changes since I...
> ok for the update I had to do a stash first bec. I made an edit so to update correctly > > ``` > git stash > git pull...
FYI - The improved GUI PR was merged into Jaap's v1beta_update branch. This should mean that I recommend switching back to that branch on his repo.
One additional pro for the pigpio libarary: On the interrupt event it provides the `tick`. According to the docs: `tick is the time stamp of the state change, an unsigned...
> Thanks! I'll put it on my Raspberry tomorrow and see what happens. Looks extremely promissing. Hold your horses just for a little longer :), I will post the code...
Test code for new Gpio library. ToDo: 1) Test if the two stage debounce filter works on non-air rowers 2) Test what uint arithmetic can be implemented (currently the code...
Can you send me please the raw DT-s. I went back to the original implementation to test the PR and I dont really have proper long data sets to visualize....
> I'm not certain if that works like that, but I'm no expert on this class. Wouldn't the glitchfilter require a signal to be present for x us? So it...
I see where you are coming from and you are probably right on the topic of filter getting thrown off. But ISRs do not have the concept of "length". Interrupt...