Danil
Results
2
issues of
Danil
I'm using your library for connection my Arduino Lenoardo ETH with another device via Modbus RTU. Everything was going well before I come to my last function. This function have...
The formula mentioned in docs for [First order low pass filter](https://kmilo17pet.github.io/qlibs/qssmoother_desc.html#qssmoother_lpf1) have a typo: ### $y(t)=x(t)+\alpha[y(t-1)+x(t)]$ it should have **minus**: ### $y(t)=x(t)+\alpha[y(t-1)-x(t)]$