Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example DMA class and Sketch #44

Closed
wants to merge 1 commit into from

Conversation

KurtE
Copy link
Collaborator

@KurtE KurtE commented Dec 25, 2019

This example Sketch and class uses the analog using DMA buffers.

It is sort of like the DMA circular class, but does not use the circular buffer, but instead uses two buffers that are chained to each other using DMA Buffers.

This is still a WIP, in particular I wish in the end to have versions that fill a buffer once and stop...

@KurtE KurtE mentioned this pull request Dec 25, 2019
This example Sketch and class uses the analog using DMA buffers.

It is sort of like the DMA circular class, but does not use the circular buffer, but instead uses two buffers that are chained to each other using DMA Buffers.

This is still a WIP, in particular I wish in the end to have versions that fill a buffer once and stop...
@KurtE KurtE force-pushed the Teensy4_DMA_class_example branch from 4077bc4 to d9c6642 Compare December 25, 2019 14:01
@KurtE
Copy link
Collaborator Author

KurtE commented Jan 5, 2020

This is replaced by #48

@KurtE KurtE closed this Jan 5, 2020
@KurtE KurtE deleted the Teensy4_DMA_class_example branch January 5, 2020 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant