3agv2004

34 episodes

Arduino millis() vs micros()

When using the Arduino library, you have two simple ways of getting the current time since the Arduino board started: millis() and micros().

Compute Duration of an Action

The notion of time/duration is super important when you program, especially on embedded systems like Arduino. Writing a code that takes too much time, and not being able to...

The millis()

millis() is a function that keeps track of how long arduino has been ON, or from the moment the reset button of the arduino is pressed,...
error: Content is protected !!