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

Commit 5a6f37f

Browse files
authored
Update
1 parent 8cf210f commit 5a6f37f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Arduino TimerInterrupt Library (now included in Arduino Library Manager)
1+
## TimerInterrupt Library
22

33
[![arduino-library-badge](https://www.ardu-badge.com/badge/TimerInterrupt.svg?)](https://www.ardu-badge.com/TimerInterrupt)
44
[![GitHub release](https://img.shields.io/github/release/khoih-prog/TimerInterrupt.svg)](https://github.com/khoih-prog/TimerInterrupt/releases)
@@ -29,7 +29,7 @@ Functions using normal software timers, relying on loop() and calling millis(),
2929

3030
The catch is your function is now part of an ISR (Interrupt Service Routine), and must be lean / mean, and follow certain rules. More to read on:
3131

32-
[HOWTO Attach Interrupt](https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/)
32+
[**HOWTO Attach Interrupt**](https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/)
3333

3434
---
3535

@@ -378,7 +378,7 @@ For current version v1.0.2
378378
379379
---
380380
381-
### Issues ###
381+
## Issues ###
382382
383383
Submit issues to: [TimerInterrupt issues](https://github.com/khoih-prog/TimerInterrupt/issues)
384384
@@ -393,7 +393,7 @@ If you want to contribute to this project:
393393
394394
---
395395
396-
### License and credits ###
396+
## License and credits
397397
398398
- The library is licensed under [MIT](https://github.com/khoih-prog/TimerInterrupt/blob/master/LICENSE)
399399

0 commit comments

Comments
 (0)