From 94107ef66962e9210674bd86b2e6b720c6347864 Mon Sep 17 00:00:00 2001 From: Cooper Morris Date: Mon, 24 Feb 2020 00:20:00 -0600 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e61921..bcd6381 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Setting the parameter as a variable would cause the macro to return an error dur This makes sure `digitalWriteFast` that produces faster toggling, and notifies the programmer the specific area where toggling is slow. Otherwise, use normal `digitalWrite` -This is opposed to the forked library form Watterott, where if a variable is used as the parameter, the macro would revert to use sold `digitalWrite`, and remain undetected. +This is opposed to the forked library form Watterott, where if a variable is used as the parameter, the macro would revert to use old `digitalWrite`, and remain undetected. ## Speed