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

Add mbed_nano to list of compatible architectures #3

Merged
merged 1 commit into from
May 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sentence=This library enables you to use Interrupt from Hardware Timers on an NR
paragraph=These nRF52 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.
category=Timing,Control,Device,Time,Timer,NRF52,interrupt,mbed
url=https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt
architectures=mbed,nrf52
architectures=mbed,mbed_nano,nrf52
repository=https://github.com/khoih-prog/NRF52_MBED_TimerInterrupt
license=MIT
includes=NRF52_MBED_TimerInterrupt.h,NRF52_MBED_ISR_Timer.h