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

Commit c2e168f

Browse files
authored
v1.1.1
### Releases v1.1.1 1. Add [**Change_Interval**](examples/Change_Interval) example to show how to change TimerInterval on-the-fly 2. Add Version String and Change_Interval example to show how to change TimerInterval
1 parent cf001ca commit c2e168f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
4444

4545
### Releases v1.1.1
4646

47-
1. Add Change_Interval example to show how to change TimerInterval on-the-fly
47+
1. Add [**Change_Interval**](examples/Change_Interval) example to show how to change TimerInterval on-the-fly
4848
2. Add Version String and Change_Interval example to show how to change TimerInterval
4949

5050
### Releases v1.1.0
@@ -212,7 +212,7 @@ Before using any Timer, you have to make sure the Timer has not been used by any
212212
8. [RPM_Measure](examples/RPM_Measure)
213213
9. [SwitchDebounce](examples/SwitchDebounce)
214214
10. [TimerInterruptTest](examples/TimerInterruptTest)
215-
11. [Change_Interval](examples/Change_Interval). New.
215+
11. [**Change_Interval**](examples/Change_Interval). New.
216216

217217

218218
---
@@ -688,7 +688,7 @@ Time = 180018, Timer0Count = 279, , Timer1Count = 139
688688

689689
### Releases v1.1.1
690690

691-
1. Add Change_Interval example to show how to change TimerInterval on-the-fly
691+
1. Add [**Change_Interval**](examples/Change_Interval) example to show how to change TimerInterval on-the-fly
692692
2. Add Version String and Change_Interval example to show how to change TimerInterval
693693

694694
### Releases v1.1.0

0 commit comments

Comments
 (0)