Using objects in structThanks. I am oretty new to struct. Could you show mw how to put that into my code?
Using objects in structhere is the code #include <RunningAverage.h> struct Averages { RunningAverage seconds(60); Run...
Using objects in structI am using a library called RunningAverage. To create a instance of RunningAverage you use Runnin...