GitHub topics: avr-dd
SpenceKonde/DxCore
Arduino core for AVR DA, DB, DD, EA and future DU-series parts - Microchip's latest and greatest AVRs. Library maintainers: Porting help and adviccee is available.
Language: C - Size: 322 MB - Last synced at: 15 days ago - Pushed at: 8 months ago - Stars: 207 - Forks: 53

michpro/Arduino_Pro_Mini_Dx
AVRDx uC module in Arduino Pro Mini format
Size: 1.82 MB - Last synced at: 27 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

khoih-prog/Dx_TimerInterrupt 📦
This library enables you to use Interrupt from Hardware Timers on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore. These AVRDx 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 is 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 are 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
Language: C - Size: 864 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
