You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to trigger ADC conversions at a fixed frequency.
Teensy 3.x have the PDB, Teensy 4 has something like that.
The goal is to have frequency controlled conversions for all boards. DMA functionality is discussed in a different issue (#42 ), but it may be related to this at some point.
The text was updated successfully, but these errors were encountered:
@pedvide - @KurtE
The simple answer is yes if have been following the discussion on the ADC pins thread . Kurt has been working the ADC DMA stuff and I have an interrupt version of the using fixed frequencies.
It is possible to trigger ADC conversions at a fixed frequency.
Teensy 3.x have the PDB, Teensy 4 has something like that.
The goal is to have frequency controlled conversions for all boards. DMA functionality is discussed in a different issue (#42 ), but it may be related to this at some point.
The text was updated successfully, but these errors were encountered: