1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

Add Portenta_H7_TimerInterrupt Library (#486)

### Initial Releases v1.2.1

1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed)
2. Permit up to 16 super-long-time, super-accurate ISR-based timers to avoid being blocked
3. Using cpp code besides Impl.h code to use if Multiple-Definition linker error.
4. Bump version to v1.2.1 to sync with [STM32_TimerInterrupt library](https://github.com/khoih-prog/STM32_TimerInterrupt)
This commit is contained in:
Khoi Hoang
2021-09-15 21:12:39 -04:00
committed by GitHub
parent 49123181cd
commit ec4817abce

View File

@ -4229,3 +4229,4 @@ https://github.com/Open-Acidification/TankController
https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite
https://github.com/khoih-prog/Ethernet_Manager_Portenta_H7
https://github.com/andriell/arduino-library-WT2003M02-mp3-decoder
https://github.com/khoih-prog/Portenta_H7_TimerInterrupt