braydenanderson2014 / C-Arduino-Libraries

This repository contains C++ and Arduino Libraries that are lightweight and easy to use. All libraries were created/mimicked by me and chatgpt.
Apache License 2.0
13 stars 0 forks source link

Library Updates #41

Closed braydenanderson2014 closed 8 months ago

braydenanderson2014 commented 8 months ago

Removed Debug Statements from libraries so libraries are less memory intensive.

In ArrayList: Changed int tempCapacity to size_t tempCapacity to get rid of unsigned ints comparrison warning.

In Hashtable: Removed 2nd Constructor... This was causing problems with this library, and 2 other libraries that depend on it.

in SDList: Complete overhaul... this update fixed two issues