Sofian Audry
Sofian Audry
What I am referring to are diagrams that show how to connect the Arduino to eg. an LED (DigitalOut) or buttons (INTERNAL_PULLUP, EXTERNAL_PULLUP, EXTERNAL_PULLDOWN) (DigitalIn) to explain visually the differences....
The issue is more complicated to me than simply allowing for unit-specific sample rates, because that still presumes the unit is called once-per-step. In reality, units can be called: *...
When we call ```put(float)``` on the fillter, we could calculate how much time has passed since the last call to ```put(float)``` which would tell us how to adjust based on...
We also have to deal with the isStarted() / _isAdaptive mechanism appropriately.
@possibly-human For now I would advise you to precalculate the timeWindow that you need based on sample rate so that we can get things moving. This issue proves to be...
I implemented a fix for Smoother. @possibly-human can you please put it to test and let me know if it works?
I implemented fixes for MinMaxScaler and Normalizer but needs testing. @possibly-human
Created a CONTRIBUTING.md file, please have a look and feel free to edit @thomasfredericks
@thomasfredericks I think you have a good understanding of the code structure, your analysis points to many issues I had to deal with in an effort to juggle with many...
Can we close this issue?