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

Commit f4e8292

Browse files
authored
Update README.md and use allman astyle
1 parent 114dc0c commit f4e8292

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
@@ -220,7 +220,7 @@ in loop(), using delay() function as an example. The elapsed time then is very u
220220
221221
How to use:
222222
223-
https://github.com/khoih-prog/ESP8266_ISR_Servo/blob/9a8757117d2c901bed222990f1154b4cfa3fb7fd/examples/ESP8266_ISR_MultiServos/ESP8266_ISR_MultiServos.ino#L70-L147
223+
https://github.com/khoih-prog/ESP8266_ISR_Servo/blob/114dc0c80192ecb9ba71f14c1b95ed7c9957a930/examples/ESP8266_ISR_MultiServos/ESP8266_ISR_MultiServos.ino#L70-L151
224224
225225
226226
---
@@ -241,7 +241,7 @@ https://github.com/khoih-prog/ESP8266_ISR_Servo/blob/9a8757117d2c901bed222990f11
241241
242242
### Example [ESP8266_MultipleRandomServos](examples/ESP8266_MultipleRandomServos)
243243
244-
https://github.com/khoih-prog/ESP8266_ISR_Servo/blob/9a8757117d2c901bed222990f1154b4cfa3fb7fd/examples/ESP8266_MultipleRandomServos/ESP8266_MultipleRandomServos.ino#L61-L233
244+
https://github.com/khoih-prog/ESP8266_ISR_Servo/blob/114dc0c80192ecb9ba71f14c1b95ed7c9957a930/examples/ESP8266_MultipleRandomServos/ESP8266_MultipleRandomServos.ino#L61-L237
245245
246246
247247
---
@@ -444,7 +444,7 @@ Submit issues to: [ESP8266_ISR_Servo issues](https://github.com/khoih-prog/ESP82
444444
6. Convert to `h-only` style.
445445
7. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project
446446
8. Optimize code by using passing by `reference` instead of by `value`
447-
447+
9. Add astyle using `allman` style. Restyle the library
448448

449449
---
450450
---

0 commit comments

Comments
 (0)