Skip to content

Commit 558e658

Browse files
committed
Updated readme file
1 parent bb07a9c commit 558e658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: AslFastPin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ How quickly can you get up and running with the library? Here's a simple blink
99
using namespace asl;
1010
void setup() { FastPin<13>::setOutput(); }
1111
void loop() {
12-
FastPin<13>::hi(); delay(500);
12+
FastPin<13>::hi(); delay(500);
1313
FastPin<13>::lo(); delay(500);
1414
}
1515

0 commit comments

Comments
 (0)