v1.1.1 to fix platform

### Releases v1.1.1

1. Fix platform in `library.json`
This commit is contained in:
Khoi Hoang
2021-10-22 17:03:29 -04:00
committed by GitHub
parent 151c3792fc
commit d897d409ff
26 changed files with 93 additions and 150 deletions
+2 -1
View File
@@ -25,13 +25,14 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.1.0
Version: 1.1.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
1.1.0 K Hoang 10/00/2021 Add support to new boards using the arduino-pico core
1.1.1 K Hoang 22/10/2021 Fix platform in library.json for PIO
*****************************************************************************************************************************/
#include <string.h>
+3 -2
View File
@@ -25,13 +25,14 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.1.0
Version: 1.1.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
1.1.0 K Hoang 10/00/2021 Add support to new boards using the arduino-pico core
1.1.1 K Hoang 22/10/2021 Fix platform in library.json for PIO
*****************************************************************************************************************************/
#pragma once
@@ -49,7 +50,7 @@
#endif
#ifndef RPI_PICO_TIMER_INTERRUPT_VERSION
#define RPI_PICO_TIMER_INTERRUPT_VERSION "RPi_Pico_TimerInterrupt v1.1.0"
#define RPI_PICO_TIMER_INTERRUPT_VERSION "RPi_Pico_TimerInterrupt v1.1.1"
#endif
#include "TimerInterrupt_Generic_Debug.h"
+3 -2
View File
@@ -26,13 +26,14 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.1.0
Version: 1.1.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
1.1.0 K Hoang 10/00/2021 Add support to new boards using the arduino-pico core
1.1.1 K Hoang 22/10/2021 Fix platform in library.json for PIO
*****************************************************************************************************************************/
#pragma once
@@ -50,7 +51,7 @@
#endif
#ifndef RPI_PICO_TIMER_INTERRUPT_VERSION
#define RPI_PICO_TIMER_INTERRUPT_VERSION "RPi_Pico_TimerInterrupt v1.1.0"
#define RPI_PICO_TIMER_INTERRUPT_VERSION "RPi_Pico_TimerInterrupt v1.1.1"
#endif
#ifndef TIMER_INTERRUPT_DEBUG
+2 -1
View File
@@ -25,13 +25,14 @@
Based on BlynkTimer.h
Author: Volodymyr Shymanskyy
Version: 1.1.0
Version: 1.1.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
1.1.0 K Hoang 10/00/2021 Add support to new boards using the arduino-pico core
1.1.1 K Hoang 22/10/2021 Fix platform in library.json for PIO
*****************************************************************************************************************************/
#pragma once