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

Commit b8b94f6

Browse files
authored
v1.3.0 to fix multiple-definitions linker error
### Releases v1.3.0 1. Fix `multiple-definitions` linker error. Drop `src_cpp` and `src_h` directories 2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project. 3. Optimize library code by using `reference-passing` instead of `value-passing` 4. Update all examples
1 parent 9d49f3b commit b8b94f6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
* [Why using ISR-based Hardware Timer Interrupt is better](#why-using-isr-based-hardware-timer-interrupt-is-better)
1818
* [Currently supported Boards](#currently-supported-boards)
1919
* [Important Notes about ISR](#important-notes-about-isr)
20-
* [Changelog](#changelog)
21-
* [Releases v1.2.0](#releases-v120)
22-
* [Releases v1.1.1](#releases-v111)
23-
* [Releases v1.0.1](#releases-v101)
24-
* [Releases v1.0.0](#releases-v100)
2520
* [Prerequisites](#prerequisites)
2621
* [Installation](#installation)
2722
* [Use Arduino Library Manager](#use-arduino-library-manager)
@@ -303,6 +298,8 @@ in many files. But be sure to use the following `.h` files **in just 1 `.h`, `.c
303298
#include "Teensy_ISR_Timer.h" //https://github.com/khoih-prog/Teensy_TimerInterrupt
304299
```
305300

301+
Check the new [**multiFileProject** example](examples/multiFileProject) for a `HOWTO` demo.
302+
306303

307304
---
308305
---

0 commit comments

Comments
 (0)