#
sam3x8e
Here are 6 public repositories matching this topic...
A custom driver electronics board designed for use with the Arduino Due and the Marlin 2.0 Firmware.
-
Updated
Sep 1, 2018
design of a HD-SEMG system, using ads1298, Arduino DUE or STM32F407, INA333, AD8232 and multiple filter stages
-
Updated
Feb 8, 2021 - C
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.
device
control
hardware
timer
timing
accuracy
isr
non-blocking
interrupt
sam3x
precise
mission-critical
sam3x8e
hardware-timers
sam-due
samdue
-
Updated
Jan 11, 2021 - C++
Improve this page
Add a description, image, and links to the sam3x8e topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sam3x8e topic, visit your repo's landing page and select "manage topics."

