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

Commit a3722a8

Browse files
authored
v1.2.0
### Releases v1.2.0 1. Add better debug feature. 2. Optimize code and examples to reduce RAM usage 3. Add Table of Contents
1 parent d8df380 commit a3722a8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@
6262
* [ 12. **Change_Interval**](examples/Change_Interval)
6363
* [Example ISR_Timer_Complex_Ethernet](#example-isr_timer_complex_ethernet)
6464
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
65-
* [1. ISR_Timer_Complex_WiFiNINA on Arduino SAMD21 SAMD_NANO_33_IOT using WiFiNINA](#1-isr_timer_complex_wifinina-on-arduino-samd21-samd_nano_33_iot-using-wifinina)
66-
* [2. TimerInterruptTest on Adafruit SAMD51 ITSYBITSY_M4](#2-timerinterrupttest-on-adafruit-samd51-itsybitsy_m4)
67-
* [3. Argument_None on Arduino SAMD21 SAMD_NANO_33_IOT](#3-argument_none-on-arduino-samd21-samd_nano_33_iot)
68-
* [4. ISR_16_Timers_Array on Arduino SAMD21 SAMD_NANO_33_IOT](#4-isr_16_timers_array-on-arduino-samd21-samd_nano_33_iot)
69-
* [5. Change_Interval on Arduino SAMD21 SAMD_NANO_33_IOT](#5-change_interval-on-arduino-samd21-samd_nano_33_iot)
65+
* [1. ISR_Timer_Complex_Ethernet on Adafruit NRF52840_FEATHER using W5500 Ethernet](#1-isr_timer_complex_ethernet-on-adafruit-nrf52840_feather-using-w5500-ethernet)
66+
* [2. TimerInterruptTest on Adafruit NRF52840_FEATHER](#2-timerinterrupttest-on-adafruit-nrf52840_feather)
67+
* [3. Argument_None on Adafruit NRF52840_FEATHER](#3-argument_none-on-adafruit-nrf52840_feather)
68+
* [4. ISR_16_Timers_Array_Complex on Adafruit NRF52840_FEATHER](#4-isr_16_timers_array_complex-on-adafruit-nrf52840_feather)
69+
* [5. SwitchDebounce on Adafruit NRF52840_FEATHER](#5-switchdebounce-on-adafruit-nrf52840_feather)
70+
* [6. Change_Interval on Adafruit NRF52840_FEATHER](#6-change_interval-on-adafruit-nrf52840_feather)
71+
* [7. FakeAnalogWrite on Adafruit NRF52840_FEATHER](#7-fakeanalogwrite-on-adafruit-nrf52840_feather)
7072
* [Debug](#debug)
7173
* [Troubleshooting](#troubleshooting)
7274
* [Releases](#releases)

0 commit comments

Comments
 (0)