Data Processing
A templated class for creating dynamic Double Linked Lists. A Double Linked List is a Linked List where each node points to the next node and the previous node.
This library provides an easy and efficient way to create dynamic Double Linked Lists in Arduino projects. It supports various operations such as append, insert, and remove, among others.
Maintainer: Brayden Anderson
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.