From ee341953faa6c1e793d6d54c60821e5256565cec Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 9 Mar 2022 16:17:33 -0500 Subject: [PATCH] v1.1.0 to Convert to `h-only` style, etc. ### Releases v1.1.0 1. Convert to h-only style. 2. Optimize library code by using `reference-passing` instead of `value-passing` 3. Display informational warning only when `ISR_SERVO_DEBUG` > 1 4. Add support to many more boards, such as `SAMD21E1xA`, `SAMD21G1xA` and`SAMD21J1xA` 5. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project 6. Update examples accordingly 7. Update `Packages' Patches` --- changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 476777b..fe4f305 100644 --- a/changelog.md +++ b/changelog.md @@ -28,8 +28,9 @@ 2. Optimize library code by using `reference-passing` instead of `value-passing` 3. Display informational warning only when `ISR_SERVO_DEBUG` > 1 4. Add support to many more boards, such as `SAMD21E1xA`, `SAMD21G1xA` and`SAMD21J1xA` -5. Update examples accordingly -6. Update `Packages' Patches` +5. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project +6. Update examples accordingly +7. Update `Packages' Patches` ### Releases v1.0.0