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

Commit 5087565

Browse files
authored
v1.1.0
### Releases v1.1.0 1. Fix bug. See [Fixed count >= min comparison for servo enable](#1) 2. Clean-up all compiler warnings possible. 3. Add Table of Contents 4. Add Version String 5. Fix and Optimize old examples
1 parent f7f83c4 commit 5087565

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ This [**BlynkESP32_BT_WF** library](https://github.com/khoih-prog/BlynkESP32_BT_
113113
4. Add Version String
114114
5. Fix and Optimize old examples
115115

116-
#### Version v1.0.2
116+
#### Releases v1.0.2
117117

118118
1. Add example using [Blynk](http://docs.blynk.cc/) to control servos.
119119
2. Change example names to avoid duplication.
120120

121-
#### Version v1.0.1
121+
#### Releases v1.0.1
122122

123123
1. Basic 16 ISR-based servo controllers using 1 hardware timer for ESP32.
124124

@@ -209,7 +209,7 @@ Look in file [**adc_common.c**](https://github.com/espressif/esp-idf/blob/master
209209
- The value of the counter can be read by the software program.
210210

211211

212-
### New functions from v1.0.1
212+
### New functions
213213

214214
```
215215
// returns last position in degrees if success, or -1 on wrong servoIndex
@@ -352,10 +352,10 @@ void loop()
352352

353353
---
354354

355-
### Example [ESP8266_BlynkServoControl](examples/ESP8266_BlynkServoControl)
355+
### Example [ESP32_BlynkServoControl](examples/ESP32_BlynkServoControl)
356356

357357

358-
#### 1. File [ESP8266_BlynkServoControl.ino](examples/ESP8266_BlynkServoControl/ESP8266_BlynkServoControl.ino)
358+
#### 1. File [ESP32_BlynkServoControl.ino](examples/ESP32_BlynkServoControl/ESP32_BlynkServoControl.ino)
359359

360360
```cpp
361361
#include "defines.h"
@@ -732,12 +732,12 @@ Sometimes, the library will only work if you update the board core to the latest
732732
4. Add Version String
733733
5. Fix and Optimize old examples
734734

735-
#### Version v1.0.2
735+
#### Releases v1.0.2
736736

737737
1. Add example using [Blynk](http://docs.blynk.cc/) to control servos.
738738
2. Change example names to avoid duplication.
739739

740-
#### Version v1.0.1
740+
#### Releases v1.0.1
741741

742742
1. Basic 16 ISR-based servo controllers using 1 hardware timer for ESP32.
743743

library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ paragraph=This library enables you to use 1 Hardware Timer on an ESP32-based boa
88
category=Timing,Device,Control,Motor,Time,Servo
99
url=https://github.com/khoih-prog/ESP32_ISR_Servo
1010
architectures=esp32
11+
includes=ESP32_ISR_Servo.h

0 commit comments

Comments
 (0)