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

Commit ee34195

Browse files
authored
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`
1 parent e78f34d commit ee34195

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
2. Optimize library code by using `reference-passing` instead of `value-passing`
2929
3. Display informational warning only when `ISR_SERVO_DEBUG` > 1
3030
4. Add support to many more boards, such as `SAMD21E1xA`, `SAMD21G1xA` and`SAMD21J1xA`
31-
5. Update examples accordingly
32-
6. Update `Packages' Patches`
31+
5. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project
32+
6. Update examples accordingly
33+
7. Update `Packages' Patches`
3334

3435
### Releases v1.0.0
3536

0 commit comments

Comments
 (0)