v1.0.1 to match arduino-pico core v1.4.0

### Releases v1.0.1

1. Update README and Packages' Patches to match arduino-pico core v1.4.0
This commit is contained in:
Khoi Hoang
2021-05-18 16:10:48 -04:00
committed by GitHub
parent ee1c730ad8
commit 92da992ddd
24 changed files with 64 additions and 35 deletions
+2 -1
View File
@@ -25,11 +25,12 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.0.0
Version: 1.0.1
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 11/05/2021 Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO. etc.
1.0.1 K Hoang 18/05/2021 Update README and Packages' Patches to match core arduino-pico core v1.4.0
*****************************************************************************************************************************/
#include <string.h>
+3 -2
View File
@@ -25,11 +25,12 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.0.0
Version: 1.0.1
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 11/05/2021 Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO. etc.
1.0.1 K Hoang 18/05/2021 Update README and Packages' Patches to match core arduino-pico core v1.4.0
*****************************************************************************************************************************/
#pragma once
@@ -42,7 +43,7 @@
#endif
#ifndef RPI_PICO_TIMER_INTERRUPT_VERSION
#define RPI_PICO_TIMER_INTERRUPT_VERSION "RPi_Pico_TimerInterrupt v1.0.0"
#define RPI_PICO_TIMER_INTERRUPT_VERSION "RPi_Pico_TimerInterrupt v1.0.1"
#endif
#include "TimerInterrupt_Generic_Debug.h"
+3 -2
View File
@@ -26,11 +26,12 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.0.0
Version: 1.0.1
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 11/05/2021 Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO. etc.
1.0.1 K Hoang 18/05/2021 Update README and Packages' Patches to match core arduino-pico core v1.4.0
*****************************************************************************************************************************/
#pragma once
@@ -45,7 +46,7 @@
#endif
#ifndef RPI_PICO_TIMER_INTERRUPT_VERSION
#define RPI_PICO_TIMER_INTERRUPT_VERSION "RPi_Pico_TimerInterrupt v1.0.0"
#define RPI_PICO_TIMER_INTERRUPT_VERSION "RPi_Pico_TimerInterrupt v1.0.1"
#endif
#ifndef TIMER_INTERRUPT_DEBUG
+2 -1
View File
@@ -25,11 +25,12 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.0.0
Version: 1.0.1
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 11/05/2021 Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO. etc.
1.0.1 K Hoang 18/05/2021 Update README and Packages' Patches to match core arduino-pico core v1.4.0
*****************************************************************************************************************************/
#pragma once