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

Commit 161877e

Browse files
authored
v1.13.0 to update to use latest versions
### Major Releases v1.13.0 1. Update to use latest versions of the following libraries - [ESP32_New_TimerInterrupt](https://github.com/khoih-prog/ESP32_New_TimerInterrupt) - [MBED_RPI_PICO_TimerInterrupt](https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt) - [megaAVR_TimerInterrupt](https://github.com/khoih-prog/megaAVR_TimerInterrupt) - [NRF52_TimerInterrupt](https://github.com/khoih-prog/NRF52_TimerInterrupt) - [NRF52_MBED_TimerInterrupt](https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt) 2. Modify ESP32 examples to avoid using `LED_BUILTIN` / `GPIO2` as it can cause crash in some boards, such as `ESP32_C3` 3. Use `allman astyle` and add `utils` 4. Update `Packages_Patches`
1 parent ee0a22f commit 161877e

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
@@ -2112,7 +2112,7 @@ void setup()
21122112

21132113
### Example [**ISR_16_Timers_Array_Complex**](examples/MBED_RP2040/ISR_16_Timers_Array_Complex) for MBED RP2040 boards
21142114

2115-
https://github.com/khoih-prog/TimerInterrupt_Generic/blob/0ef2a9783d7d6f555b95a5b7e9d067d857b745d1/examples/MBED_RP2040/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino#L48-L385
2115+
https://github.com/khoih-prog/TimerInterrupt_Generic/blob/ee0a22f5ee6bdc5c7f283f345e08356aab543aa3/examples/MBED_RP2040/ISR_16_Timers_Array_Complex/ISR_16_Timers_Array_Complex.ino#L48-L397
21162116

21172117

21182118
---

0 commit comments

Comments
 (0)