Data Processing
A templated class for creating dynamic or fixed size arrays. Based off of Java's ArrayList class.
This library provides an easy and efficient way to create dynamic or fixed size arrays in Arduino projects. It supports various operations such as add, insert, remove, and sort, 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.