From 63c71e23a1c58614d6c0065693e6590a335e70ca Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 21 Jan 2022 22:23:49 -0500 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f52d39..0d49782 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ * [Why using ISR-based Hardware Timer Interrupt is better](#why-using-isr-based-hardware-timer-interrupt-is-better) * [Currently supported Boards](#currently-supported-boards) * [Important Notes about ISR](#important-notes-about-isr) +* [Changelog](changelog.md) * [Prerequisites](#prerequisites) * [Installation](#installation) * [Use Arduino Library Manager](#use-arduino-library-manager)