Zwirek009 / MADuino

Arduino library for creating multi-agent systems based on Arduino boards - part of my engineers diploma project
0 stars 0 forks source link

Define and measure response time in MADuino #57

Closed Zwirek009 closed 6 years ago

Zwirek009 commented 6 years ago

Use if ((unsigned long)(millis() - previousMillis) >= interval) to avoid rollover