|
41 | 41 | * [ 7. MultipleServos](examples/MultipleServos) |
42 | 42 | * [Example ESP8266_MultipleRandomServos](#example-ESP8266_MultipleRandomServos) |
43 | 43 | * [Debug Terminal Output Samples](#debug-terminal-output-samples) |
44 | | - * [1. ESP8266_MultipleRandomServos on ESP8266_NODEMCU_ESP12E](#2-esp8266_multiplerandomservos-on-esp8266_nodemcu_esp12e) |
45 | | - * [2. ESP8266_ISR_MultiServos on ESP8266_NODEMCU_ESP12E](#3-esp8266_isr_multiservos-on-esp8266_nodemcu_esp12e) |
| 44 | + * [1. ESP8266_MultipleRandomServos on ESP8266_NODEMCU_ESP12E](#1-esp8266_multiplerandomservos-on-esp8266_nodemcu_esp12e) |
| 45 | + * [2. ESP8266_ISR_MultiServos on ESP8266_NODEMCU_ESP12E](#2-esp8266_isr_multiservos-on-esp8266_nodemcu_esp12e) |
46 | 46 | * [Debug](#debug) |
47 | 47 | * [Troubleshooting](#troubleshooting) |
48 | 48 | * [Issues](#issues) |
@@ -103,42 +103,14 @@ This [**ESP8266_ISR_Servo** library](https://github.com/khoih-prog/ESP8266_ISR_S |
103 | 103 |
|
104 | 104 | 1. **ESP8266-based boards**. |
105 | 105 |
|
106 | | ---- |
107 | | ---- |
108 | | - |
109 | | -## Changelog |
110 | | - |
111 | | -### Releases v1.2.0 |
112 | | - |
113 | | -1. Update to match new ESP8266 core v3.0.0 |
114 | | - |
115 | | -### Releases v1.1.0 |
116 | | - |
117 | | -1. Fix bug. See [Fixed count >= min comparison for servo enable](https://github.com/khoih-prog/ESP32_ISR_Servo/pull/1) |
118 | | -2. Clean-up all compiler warnings possible. |
119 | | -3. Add Table of Contents |
120 | | -4. Add Version String |
121 | | -5. Fix and Optimize old examples |
122 | | - |
123 | | -### Releases v1.0.2 |
124 | | - |
125 | | -1. Add example using [**Blynk**](http://docs.blynk.cc/) to control servos. |
126 | | -2. Change example names to avoid duplication. |
127 | | - |
128 | | -#### Releases v1.0.1 |
129 | | - |
130 | | -1. Basic 16 ISR-based servo controllers using 1 hardware timer for ESP8266. |
131 | | - |
132 | | - |
133 | 106 | --- |
134 | 107 | --- |
135 | 108 |
|
136 | 109 | ## Prerequisites |
137 | 110 |
|
138 | 111 | 1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest) |
139 | 112 | 2. [`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/). To use ESP8266 core 2.7.1+ for LittleFS. |
140 | | -3. [`Blynk_WM library v1.6.2+`](https://github.com/khoih-prog/Blynk_WM) to use with some examples. To install. check [](https://www.ardu-badge.com/Blynk_WiFiManager) |
141 | | -4. [`ESP_DoubleResetDetector library v1.2.1+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) to use with some examples. To install. check [](https://www.ardu-badge.com/ESP_DoubleResetDetector) |
| 113 | + |
142 | 114 |
|
143 | 115 | --- |
144 | 116 |
|
|
0 commit comments