(TECH) millis() in arduino IDE

Hi,

Have been trying to use the millis() function in the arduino IDE. From what I can tell it’s not returning milliseconds more like microseconds. Can anyone confirm this? Dividing by 1000 make what I’m doing work for now. So no big problem.

Setithing

Hi, millis() return ms, micros() return us.
Thanks.

For me millis also returns us. :frowning:

I also have this issue.