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

Commit 2783ee3

Browse files
authored
v1.0.3
### Release v1.0.3 1. Add example [**ISR_16_Timers_Array_Complex**](examples/ISR_16_Timers_Array_Complex) and optimize example [**ISR_Timers_Array_Simple**](examples/ISR_Timers_Array_Simple) to demonstrate the usage of **16 ISR-based timers**
1 parent 5c299b0 commit 2783ee3

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The catch is your function is now part of an ISR (Interrupt Service Routine), an
4747

4848
### Release v1.0.3
4949

50-
1. 1. Add example [**ISR_16_Timers_Array_Complex**](examples/ISR_16_Timers_Array_Complex) and optimize example [**ISR_Timers_Array_Simple**](examples/ISR_Timers_Array_Simple) to demonstrate the usage of **16 ISR-based timers**
50+
1. Add example [**ISR_16_Timers_Array_Complex**](examples/ISR_16_Timers_Array_Complex) and optimize example [**ISR_Timers_Array_Simple**](examples/ISR_Timers_Array_Simple) to demonstrate the usage of **16 ISR-based timers**
5151

5252
### Release v1.0.2
5353

@@ -582,9 +582,9 @@ Timer : 15, programmed : 80000, actual : 80009
582582

583583
### Release v1.0.3
584584

585-
1. 1. Add example [**ISR_16_Timers_Array_Complex**](examples/ISR_16_Timers_Array_Complex) and optimize example [**ISR_Timers_Array_Simple**](examples/ISR_Timers_Array_Simple) to demonstrate the usage of **16 ISR-based timers**
585+
1. Add example [**ISR_16_Timers_Array_Complex**](examples/ISR_16_Timers_Array_Complex) and optimize example [**ISR_Timers_Array_Simple**](examples/ISR_Timers_Array_Simple) to demonstrate the usage of **16 ISR-based timers**
586586

587-
## Release v1.0.2
587+
### Release v1.0.2
588588

589589
Now with these new **16 ISR-based timers**, the maximum interval is **practically unlimited** (limited only by unsigned long miliseconds)
590590
**The accuracy is nearly perfect** compared to software timers. The most important feature is they're ISR-based timers
@@ -600,7 +600,7 @@ in loop(), using delay() function as an example. The elapsed time then is very u
600600

601601
---
602602

603-
## Supported Arduino Boards
603+
### Supported Arduino Boards
604604

605605
- Arduino Uno / Mega / Leonardo / Duemilanove / Diecimila / LilyPad / Mini / Fio / Nano etc.
606606
- Teensy 1.0 / 1.0++ / 2.0 / 2++ / 3.0 / 3.1 / Teensy-LC;
@@ -610,15 +610,21 @@ in loop(), using delay() function as an example. The elapsed time then is very u
610610
- ATmega64, 128
611611
- ATtiny 84 / 85
612612

613+
---
613614
---
614615

616+
### Issues ###
617+
618+
Submit issues to: [TimerInterrupt issues](https://github.com/khoih-prog/TimerInterrupt/issues)
619+
620+
---
615621

616-
## TO DO
622+
### TO DO
617623

618624
1. Search for bug and improvement.
619625

620626

621-
## DONE
627+
### DONE
622628

623629
For current version v1.0.2
624630

@@ -630,15 +636,18 @@ For current version v1.0.2
630636
5. Add more examples.
631637
6. Similar library for ESP32, ESP8266, SAMD21/SAMD51, nRF52, Mbed-OS Nano-33-BLE, STM32
632638

639+
640+
---
633641
---
634642

635-
## Issues ###
643+
### Contributions and Thanks
636644

637-
Submit issues to: [TimerInterrupt issues](https://github.com/khoih-prog/TimerInterrupt/issues)
645+
Many thanks for everyone for bug reporting, new feature suggesting, testing and contributing to the development of this library.
638646

639647
---
640648

641649
## Contributing
650+
642651
If you want to contribute to this project:
643652
- Report bugs and errors
644653
- Ask for enhancements
@@ -654,4 +663,7 @@ If you want to contribute to this project:
654663
---
655664

656665
## Copyright
666+
657667
Copyright 2019- Khoi Hoang
668+
669+

0 commit comments

Comments
 (0)