Skip to content

Commit 17199cf

Browse files
committed
readme fix
1 parent 5b9958c commit 17199cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ This library helps streamline complex timing operations and keeps your code orga
5959
void loop() {
6060
delayObj.loop();
6161
}
62-
```
62+
6363
## Example Usage
6464

6565
Here's a simple example to toggle an LED every second:
6666

67-
```cpp
67+
cpp
68+
```
6869
#include <DelayFunctions.h>
6970
7071
#define ledPin 2 // Use LED_BUILTIN for Arduino, pin 2 for ESP boards

0 commit comments

Comments
 (0)