Update README.md

master
Joaquin Villalba 2018-10-18 03:39:30 -03:00 committed by GitHub
parent 8829fad6c4
commit 2c1aad7fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Ret_M Arduino Library
===========================================
Small simple library to simplify applying delays utilizing the millis() function.
Small library to simplify applying delays utilizing the millis() function.
Ideal for time sensitive projects, debouncing, or for those who want to avoid utilizing delay(), delayMicroseconds(), or other of the kind that halts the program.
### Usage