Update README.md

master
Joaquin Villalba 2018-10-18 03:39:55 -03:00 committed by GitHub
parent 2c1aad7fda
commit 39c2862541
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,7 +1,7 @@
Ret_M Arduino Library
===========================================
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.
Ideal for time sensitive projects, debouncing, or for those who want to avoid using delay(), delayMicroseconds(), or other of the kind that halts the program.
### Usage
- Include Ret_M.h: #include "Ret_M.h"