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

Commit 6266f3f

Browse files
authored
v1.3.0 to convert to h-only style, etc.
### Releases v1.3.0 1. Convert to `h-only` style. 2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project 3. Optimize code by using passing by `reference` instead of by `value`
1 parent 2f4f6c6 commit 6266f3f

File tree

1 file changed

+3
-31
lines changed

1 file changed

+3
-31
lines changed

README.md

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* [ 7. MultipleServos](examples/MultipleServos)
4242
* [Example ESP8266_MultipleRandomServos](#example-ESP8266_MultipleRandomServos)
4343
* [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)
4646
* [Debug](#debug)
4747
* [Troubleshooting](#troubleshooting)
4848
* [Issues](#issues)
@@ -103,42 +103,14 @@ This [**ESP8266_ISR_Servo** library](https://github.com/khoih-prog/ESP8266_ISR_S
103103

104104
1. **ESP8266-based boards**.
105105

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-
133106
---
134107
---
135108

136109
## Prerequisites
137110

138111
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
139112
2. [`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [![Latest release](https://img.shields.io/github/release/esp8266/Arduino.svg)](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 [![arduino-library-badge](https://www.ardu-badge.com/badge/Blynk_WiFiManager.svg?)](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 [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector)
113+
142114

143115
---
144116

0 commit comments

Comments
 (0)