Data Processing

LinkedPointerList

Light-weight implementation of LinkedList library, that is now stripped down to bare minimum, making it appropriate for use in memory-critical environments.

Instead of working with actual objects, it deals with pointers to them. It has no caching, so it is appropriate for handling shorter lists of up to hundred elements.

Go to repository

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.