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

Commit 7193bc3

Browse files
authored
Add mbed_nano
Add `mbed_nano` to supported core in `library.properties`
1 parent c9df9be commit 7193bc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ author=Khoi Hoang <[email protected]>
44
maintainer=Khoi Hoang <[email protected]>
55
sentence=This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO
66
paragraph=These MBED_RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. 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.
7-
category=Timing, Device Control, Device, Time, Timer
7+
category=Timing, Control, Device, Time, Timer, rp2040, raspberry-pico, mbed-rp2040
88
url=https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt
9-
architectures=mbed_rp2040
9+
architectures=mbed,mbed_nano,ArduinoCore-mbed,mbed_rp2040
1010
repository=https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt
1111
license=MIT
12-
includes=MBED_RPi_Pico_TimerInterrupt.h,MBED_RPi_Pico_ISR_Timer.h
12+
includes=MBED_RPI_PICO_TimerInterrupt.h,MBED_RPi_Pico_ISR_Timer.h

0 commit comments

Comments
 (0)