You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
*[5. ISR_16_Timers_Array_Complex on RaspberryPi Pico](#5-isr_16_timers_array_complex-on-raspberrypi-pico)
53
52
*[Debug](#debug)
54
53
*[Troubleshooting](#troubleshooting)
55
-
*[Releases](#releases)
56
54
*[Issues](#issues)
57
55
*[TO DO](#to-do)
58
56
*[DONE](#done)
@@ -122,20 +120,11 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
122
120
---
123
121
---
124
122
125
-
## Changelog
126
-
127
-
### Initial Releases v1.0.0
128
-
129
-
1. Initial coding to support RP2040-based boards such as **Nano_RP2040_Connect, RASPBERRY_PI_PICO**, etc. using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed)
130
-
131
-
132
-
---
133
-
---
134
123
135
124
## Prerequisites
136
125
137
-
1.[`Arduino IDE 1.8.15+` for Arduino](https://www.arduino.cc/en/Main/Software)
138
-
2.[`Arduino mbed_rp2040 core 2.4.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
126
+
1.[`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software)
127
+
2.[`Arduino mbed_rp2040 core 2.5.2+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
139
128
140
129
---
141
130
---
@@ -589,7 +578,7 @@ While software timer, **programmed for 2s, is activated after more than 10.000s
589
578
590
579
```
591
580
Starting ISR_Timers_Array_Simple on RaspberryPi Pico
@@ -898,15 +887,6 @@ If you get compilation errors, more often than not, you may need to install a ne
898
887
Sometimes, the library will only work if you update the board core to the latest version because I am using newly added functions.
899
888
900
889
901
-
---
902
-
---
903
-
904
-
## Releases
905
-
906
-
### Initial Releases v1.0.0
907
-
908
-
1. Initial coding to support RP2040-based boards such as **Nano_RP2040_Connect, RASPBERRY_PI_PICO**, etc. using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed)
1. Initial coding to support RP2040-based boards such as **Nano_RP2040_Connect, RASPBERRY_PI_PICO**, etc. using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed)
0 commit comments