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

Commit 9904126

Browse files
authored
Update README.md
1 parent 94bf860 commit 9904126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 servo motors.
44

5-
Why do we need this ISR-based Servo control?
5+
***Why do we need this ISR-based Servo controller?***
66

77
Imagine you have a system with a mission-critical function, controlling a robot arm or doing something much more important. You normally use a software timer to poll, or even place the function in loop(). But what if another function is blocking the loop() or setup().
88

@@ -40,7 +40,7 @@ Using 256 prescaler, maximum timer1 interval is only 26.843542 seconds !!!
4040

4141
The timer1 counters can be configured to support automatic reload.
4242

43-
## New from v1.0.2
43+
## New from v1.0.0
4444

4545
Now these new `16 ISR-based Servo controllers` just use one ESP8266 Hardware Timer. The number 16 is just arbitrarily chosen, and depending
4646
on application, you can increase that number to 32, 48, etc. without problem.
@@ -128,7 +128,7 @@ void loop()
128128

129129
## DONE
130130

131-
For current version v1.0.2
131+
For current version v1.0.0
132132

133133
1. Basic 16 ISR-based servo controllers using 1 hardware timer for ESP8266.
134134

0 commit comments

Comments
 (0)