Would adding a 100ms delay in the 2 channel energy monitor sketch be detrimental to it's accuracy or introduce any problems?
I already have a LED fitted which fulfills a different purpose, and wanted to add a couple of lines that would blink the LED, to indicate that the unit was powered and running. If the delay was say 100ms between LEDon & LEDoff, then the LED would blink about every 4 seconds.
The second function would switch the LED constantly on.
Re: Adding a delay() in sketch
As long as its not in the emon_calc function it will have no determental effect, so anyware amongst the following lines of code is fine:
https://github.com/openenergymonitor/MainsACv3