| http://www.w3.org/ns/prov#value | - I know this is a really old topic, but I searched for this on google and this topic was a top 5 result and I though someone else might be wondering the same, so I made a code example to count the number of iterations per second (loops per second).I am getting ~84,200 loops per second on my ArduinoMega 2560.Hope this helps someone out there.Code: [Select]long lastMillis = 0;long loops = 0;void setup
|