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

Commit 63c71e2

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 b8b94f6 commit 63c71e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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.md)
2021
* [Prerequisites](#prerequisites)
2122
* [Installation](#installation)
2223
* [Use Arduino Library Manager](#use-arduino-library-manager)

0 commit comments

Comments
 (0)