User profile: ChrisMolloy

User info
User name:ChrisMolloy
Name:Chris Molloy
Location:Bath, ON, Canada
Bio:Electrical Engineer.
Hobby programming arduino microcontrollers and hardware.
History
Joined:
Number of posts:3
Latest posts:

Using objects in struct
Thanks. I am oretty new to struct. Could you show mw how to put that into my code?

Using objects in struct
here is the code #include <RunningAverage.h> struct Averages { RunningAverage seconds(60); Run...

Using objects in struct
I am using a library called RunningAverage. To create a instance of RunningAverage you use Runnin...