recording time between events #10373
-
hello to all, I am fairly new to programming and have been at building a program to get my wemos esp32 s2 mini board to do as I intend it to. I wish to record time be tween two events.. the essence of the problem is the time recording.. printing that information to file is of a later issue. now i looked at the class Timers, but i can't seem to see hoe i can use this class to denote a time period. I hope someone here has some experience and can point me towards the right path / some realating examples. Kind greats Matthieu |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
https://docs.micropython.org/en/latest/library/time.html time.ticks |
Beta Was this translation helpful? Give feedback.
https://docs.micropython.org/en/latest/library/time.html
time.ticks