GitHub topics: sam3x
aWZHY0yQH81uOYvH/Arduino-Due-USB-Audio
Minimum working example of USB audio on an Arduino Due (SAM3X)
Language: C++ - Size: 9.77 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

aethaniel/ExperimentalCore-sam
Experimental new core for Arduino Due and other Atmel SAM boards
Language: C - Size: 64 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 16 - Forks: 10

McNeight/CAN_Library
Multiplatform Arduino library for supporting the native CAN controller on Due (SAM3X) and Teensy 3.1 (K2X) as well as MCP2515 through SPI
Language: C++ - Size: 304 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 90 - Forks: 42

khoih-prog/SAMDUE_PWM 📦
This library, a wrapper around SAM DUE analogWrite() function, enables you to use Hardware-based PWM channels on SAM_DUE boards to create and output PWM to pins. Using similar functions as some other FastPWM libraries, it enables you to port PWM code easily between platforms
Language: C++ - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

khoih-prog/SAMDUE_TimerInterrupt 📦
This library enables you to use Interrupt from Hardware Timers on an SAM-DUE-based board. These SAM-DUE 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.
Language: C++ - Size: 207 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
