You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence=Simple reporting of "CPU load" for Arduino.
paragraph=The "CPU load" is measured by counting the number of times loop() executes over a fixed time period, and scaling it against the best case maximum. Either send the output to a Stream (for example Serial), or ask the meter for the load and report it your own way.