arduino-libraries / Arduino_AdvancedAnalog

Advanced Analog Library
GNU Lesser General Public License v2.1
7 stars 5 forks source link

misc: Update the library to use the API DMAPool. #73

Closed iabdalkader closed 1 month ago

iabdalkader commented 2 months ago

The DMAPool has been refactored and will be relocated to a common shared repo, likely the core-api. This patch updates the all code to use the new API, and removes the duplicate DMAPool code.

This PR depends on:

iabdalkader commented 2 months ago

Note that this requires a new core-API release first.