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

Commit bbf6eab

Browse files
authored
v1.4.0 to fix multiple-definitions linker error
### Releases v1.4.0 1. Fix `multiple-definitions` linker error. Drop `src_cpp` and `src_h` directories 2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project. 3. Fix `reattachInterrupt()` bug. Check [bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19](khoih-prog/ESP8266TimerInterrupt#19) 4. Optimize library code by using `reference-passing` instead of `value-passing` 5. Update all examples 6. Update `Packages_Patches`
1 parent 245f19b commit bbf6eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* [ 6. TimerInterruptLEDDemo](examples/TimerInterruptLEDDemo)
4747
* [ 7. TimerInterruptTest](examples/TimerInterruptTest)
4848
* [ 8. **multiFileProject**](examples/multiFileProject) **New**
49-
[2. Multichannel PWM](#2-Multichannel-PWM)
49+
* [2. Multichannel PWM](#2-Multichannel-PWM)
5050
* [ 9. PWM_Multi](examples/PWM/PWM_Multi)
5151
* [10. PWM_Multi_Args](examples/PWM/PWM_Multi_Args)
5252
* [Example ISR_16_Timers_Array_Complex](#example-isr_16_timers_array_complex)

0 commit comments

Comments
 (0)