Skip to content

Commit

Permalink
New release: 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sofian committed Dec 1, 2019
1 parent cd79fab commit 76581c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Chrono
version=1.1.3
version=1.2.0
author=Thomas O Fredericks <[email protected]> and Sofian Audry
maintainer=Thomas O Fredericks <[email protected]> and Sofian Audry
sentence=Chronometer/stopwatch library that counts the time passed since started.
Expand Down

1 comment on commit 76581c1

@wells5150
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi - I am still a novice, student actually. Can you better explain millis vs chrono? I think you can do:
unsigned long chrono = millis();

I am confused - do they both do the same thing? My goal in a project is to execute 3 programs simultaneously, however one requires some kind of delay. I know how to do it with millis (I think), but what is the difference/benefit of chrono

Please sign in to comment.