Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit e46f9f6

Browse files
authored
Add files via upload
1 parent c9d8333 commit e46f9f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The catch is your function is now part of an ISR (Interrupt Service Routine), an
3939

4040

4141
---
42-
---,
42+
---
4343

4444
## Prerequisite
4545
1. [`Arduino IDE 1.8.12+` for Arduino](https://www.arduino.cc/en/Main/Software)
@@ -134,6 +134,7 @@ in loop(), using delay() function as an example. The elapsed time then is very u
134134
Before using any Timer, you have to make sure the **Timer has not been used by any other purpose.**
135135

136136
Only Timer1 and Timer2 are supported for Nano, UNO, etc. boards possessing 3 timers.
137+
137138
Timer3, Timer4 and Timer5 are only available for Arduino Mega boards.
138139

139140
---

0 commit comments

Comments
 (0)