Skip to content

Commit

Permalink
Update library.properties
Browse files Browse the repository at this point in the history
I was sure I'd updated the author before closing issue #7, but it appears I didn't.
  • Loading branch information
pfeerick committed Sep 8, 2016
1 parent c1936f0 commit 07f6f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=elapsedMillis
version=1.0.3
author=Peter Feerick <peter.feerick@gmail.com>
version=1.0.4
author=Paul Stoffregen <paul@pjrc.com>
maintainer=Peter Feerick <peter.feerick@gmail.com>
sentence=Makes coding responsive sketches easier.
paragraph=When using delay(), your code can not (easily) respond to user input while the delay is happening (unless you use interrupts or complex timer code). This library makes this easy by allowing you to create variables (objects) that automatically increase as time elapses. It is easy to check if a certain time has elapsed, while your program performs other work or checks for user input.
Expand Down

0 comments on commit 07f6f36

Please sign in to comment.