This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.1.0 to convert to
h-only
style, etc.
### Releases v1.1.0 1. Convert to `h-only` style 2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project 3. Fix `setPulseWidth()` bug. Check [setPulseWidth - removed wrong map #2](#2) 4. Optimize code by using passing by `reference` instead of by `value`
- Loading branch information
1 parent
39e1604
commit 6b17229
Showing
10 changed files
with
783 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name=RP2040_ISR_Servo | ||
version=1.0.1 | ||
version=1.1.0 | ||
author=Khoi Hoang | ||
maintainer=Khoi Hoang <khoih.prog@gmail.com> | ||
license=MIT | ||
sentence=This library enables you to use Interrupt from Hardware Timers on RP2040 board to control multiple servo motors. | ||
paragraph=This library enables you to use 1 Hardware Timer on RP2040-based board, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, to control up to 16 or more servo motors. | ||
category=Device Control | ||
url=https://github.com/khoih-prog/RP2040_ISR_Servo | ||
architectures=mbed_rp2040, rp2040 | ||
includes=RP2040_ISR_Servo.h | ||
architectures=mbed_rp2040, mbed_nano, rp2040 | ||
includes=RP2040_ISR_Servo.h, RP2040_ISR_Servo.hpp |
Oops, something went wrong.