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

Commit dfb01c4

Browse files
authored
Update library.properties
1 parent 2233d0f commit dfb01c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=Khoi Hoang <[email protected]>
55
license=MIT
66
sentence=This library enables you to use 1 Interrupt from Hardware Timers on an ESP32 board to control 16 or more servo motors.
77
paragraph=Now these new 16 ISR-based Servo controllers just use one ESP32 Hardware Timer. The accuracy is nearly perfect compared to software timers. The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions / tasks. This important feature is absolutely necessary for mission-critical tasks.
8-
category=Timing
8+
category=Timing Control Device Time Timer Servo Interrupt esp32
99
url=https://github.com/khoih-prog/ESP32_ISR_Servo
1010
architectures=esp32

0 commit comments

Comments
 (0)