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

Commit 465dbe9

Browse files
authored
v1.6.1 to suppress warnings
### Release v1.6.1 1. Suppress warnings when `_TIMERINTERRUPT_LOGLEVEL_` < 2 2. Remove unused `_prescalerIndex`
1 parent ec3d99b commit 465dbe9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "megaAVR_TimerInterrupt",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"keywords": "timer, interrupt, isr, isr-based, timing, control, hardware-timer, mission-critical, accuracy, megaavr, nano-every, uno-wifi-rev2, atmega4809, atmega4808, atmega3209, atmega3208, atmega1609, atmega1608, atmega809, atmega808",
55
"description": "This library enables you to use Interrupt from Hardware Timers on an Arduino megaAVR board, such as UNO WiFi Rev2, AVR_NANO_EVERY, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. Now supporting MegaCoreX.",
66
"authors":

platformio/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ upload_speed = 921600
2929
; Checks for the compatibility with frameworks and dev/platforms
3030
lib_compat_mode = strict
3131

32-
lib_compat_mode = strict
3332
lib_ldf_mode = chain+
3433
;lib_ldf_mode = deep+
3534

0 commit comments

Comments
 (0)