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

Commit

Permalink
v1.1.0 to Convert to h-only style, etc.
Browse files Browse the repository at this point in the history
### 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`
  • Loading branch information
khoih-prog authored Mar 9, 2022
1 parent e78f34d commit ee34195
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ee34195

Please sign in to comment.