openenergymonitor / EmonLib

Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE
openenergymonitor.org
GNU Affero General Public License v3.0
589 stars 419 forks source link

nonblocking code (get rid of any wait+sleep calls) #3

Closed etemu closed 4 years ago

etemu commented 11 years ago

A nonblocking code would be better - especially when the lib is used in a program with interrupts.

glynhudson commented 9 years ago

Do you have an example / fix for this issue? Sorry it's take so long to get round to trying to fix..