We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb07a9c commit 558e658Copy full SHA for 558e658
AslFastPin/README.md
@@ -9,7 +9,7 @@ How quickly can you get up and running with the library? Here's a simple blink
9
using namespace asl;
10
void setup() { FastPin<13>::setOutput(); }
11
void loop() {
12
- FastPin<13>::hi(); delay(500);
+ FastPin<13>::hi(); delay(500);
13
FastPin<13>::lo(); delay(500);
14
}
15
0 commit comments