Moving Average+ lib v4.0.0 - Rebrand and Arduino Editor Online
Change Log
The difference between the IDE and the online editor environment is that the online editor automatically compiles with almost all libraries available in the manager pre-downloaded.
That unexpected behavior implies that the generic name of my library("MovingAverage.h") was conflicting with other libraries in the manager.
To solve this problem, the library had its name changed. Making the library name more recognizable and unique.
- Header file(".h") name changed to "MovingAveragePlus.h".
- The class name was changed to "MovingAveragePlus".
- The example file("moving_average_print.ino") was updated.
- Lib property name changed.
- The ReadMe title changed.
- Docs updated titles and class names.
- "keywords.txt" file was updated.