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

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
### Releases v1.1.1

1. Add example [**Change_Interval**](examples/Change_Interval)
2. Bump up version to sync with other TimerInterrupt Libraries. Modify Version String.
3. Add new h-only code besides conventional h/cpp code
  • Loading branch information
khoih-prog committed Dec 7, 2020
1 parent b233a66 commit 42a7328
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/ISR_Timer-Impl.h
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
2 changes: 1 addition & 1 deletion src/ISR_Timer.h
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
2 changes: 1 addition & 1 deletion src/TimerInterrupt-Impl.h
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
2 changes: 1 addition & 1 deletion src/TimerInterrupt.h
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
2 changes: 1 addition & 1 deletion src_cpp/ISR_Timer.cpp
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
2 changes: 1 addition & 1 deletion src_cpp/ISR_Timer.h
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
2 changes: 1 addition & 1 deletion src_cpp/TimerInterrupt.cpp
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
2 changes: 1 addition & 1 deletion src_cpp/TimerInterrupt.h
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
2 changes: 1 addition & 1 deletion src_h/ISR_Timer-Impl.h
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
2 changes: 1 addition & 1 deletion src_h/ISR_Timer.h
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
2 changes: 1 addition & 1 deletion src_h/TimerInterrupt-Impl.h
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand Down
4 changes: 2 additions & 2 deletions src_h/TimerInterrupt.h
Expand Up @@ -18,7 +18,7 @@
Therefore, their executions are not blocked by bad-behaving functions / tasks.
This important feature is absolutely necessary for mission-critical tasks.
Version: 1.1.0
Version: 1.1.1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -42,7 +42,7 @@
#error This code is designed to run on Arduino AVR (Nano, UNO, Mega, etc.) platform, not ESP8266 nor ESP32! Please check your Tools->Board setting.
#endif

#define TIMER_INTERRUPT_VERSION "TimerInterrupt v1.1.0"
#define TIMER_INTERRUPT_VERSION "TimerInterrupt v1.1.1"

#include <avr/interrupt.h>
#include <avr/pgmspace.h>
Expand Down

0 comments on commit 42a7328

Please sign in to comment.