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.
*[6. ISR_16_Timers_Array_Complex on ADAFRUIT_ITSYBITSY_RP2040](#6-isr_16_timers_array_complex-on-adafruit_itsybitsy_rp2040)
61
58
*[Debug](#debug)
62
59
*[Troubleshooting](#troubleshooting)
63
-
*[Releases](#releases)
64
60
*[Issues](#issues)
65
61
*[TO DO](#to-do)
66
62
*[DONE](#done)
@@ -129,30 +125,11 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
129
125
---
130
126
---
131
127
132
-
## Changelog
133
-
134
-
### Releases v1.1.0
135
-
136
-
1. Add support to new boards (**ADAFRUIT_ITSYBITSY_RP2040, ADAFRUIT_QTPY_RP2040, ADAFRUIT_STEMMAFRIEND_RP2040, ADAFRUIT_TRINKEYQT_RP2040, ADAFRUIT_MACROPAD_RP2040, SPARKFUN_PROMICRO_RP2040, etc.**) using the arduino-pico core
137
-
2. Add `ISR_16_Timers_Array_Complex` examples.
138
-
3. Fix examples' bug
139
-
140
-
### Releases v1.0.1
141
-
142
-
1. Update README and Packages' Patches to match core arduino-pico core v1.4.0
143
-
144
-
### Initial Releases v1.0.0
145
-
146
-
1. Initial coding to support RP2040-based boards such as **RASPBERRY_PI_PICO**, etc. using [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico)
147
-
148
-
149
-
---
150
-
---
151
128
152
129
## Prerequisites
153
130
154
-
1.[`Arduino IDE 1.8.15+` for Arduino](https://www.arduino.cc/en/Main/Software)
155
-
2.[`Earle Philhower's arduino-pico core v1.9.4+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
131
+
1.[`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software)
132
+
2.[`Earle Philhower's arduino-pico core v1.9.5+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
156
133
157
134
---
158
135
---
@@ -609,7 +586,7 @@ While software timer, **programmed for 2s, is activated after more than 10.000s
609
586
610
587
```
611
588
Starting ISR_Timers_Array_Simple on RASPBERRY_PI_PICO
@@ -983,25 +960,6 @@ If you get compilation errors, more often than not, you may need to install a ne
983
960
Sometimes, the library will only work if you update the board core to the latest version because I am using newly added functions.
984
961
985
962
986
-
---
987
-
---
988
-
989
-
## Releases
990
-
991
-
### Releases v1.1.0
992
-
993
-
1. Add support to new boards (**ADAFRUIT_ITSYBITSY_RP2040, ADAFRUIT_QTPY_RP2040, ADAFRUIT_STEMMAFRIEND_RP2040, ADAFRUIT_TRINKEYQT_RP2040, ADAFRUIT_MACROPAD_RP2040, SPARKFUN_PROMICRO_RP2040, etc.**) using the arduino-pico core
994
-
2. Add `ISR_16_Timers_Array_Complex` examples.
995
-
3. Fix examples' bug
996
-
997
-
### Releases v1.0.1
998
-
999
-
1. Update README and Packages' Patches to match core arduino-pico core v1.4.0
1000
-
1001
-
### Initial Releases v1.0.0
1002
-
1003
-
1. Initial coding to support **RP2040-based boards such as RASPBERRY_PI_PICO**, etc. using [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico)
1. Add support to new boards (**ADAFRUIT_ITSYBITSY_RP2040, ADAFRUIT_QTPY_RP2040, ADAFRUIT_STEMMAFRIEND_RP2040, ADAFRUIT_TRINKEYQT_RP2040, ADAFRUIT_MACROPAD_RP2040, SPARKFUN_PROMICRO_RP2040, etc.**) using the arduino-pico core
33
+
2. Add `ISR_16_Timers_Array_Complex` examples.
34
+
3. Fix examples' bug
35
+
36
+
### Releases v1.0.1
37
+
38
+
1. Update README and Packages' Patches to match core arduino-pico core v1.4.0
39
+
40
+
### Initial Releases v1.0.0
41
+
42
+
1. Initial coding to support RP2040-based boards such as **RASPBERRY_PI_PICO**, etc. using [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico)
0 commit comments