This is your work, valued
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.
19ArduinoHashtable. Built off of the SimpleVector Library (Created by the same author), This Library allows you to map Key-Value pairs. Also, each Key is Hashed Automatically
8ArduinoArrayList. This Repository contains an Arduino ArrayList Implementation. It is the Exact same ArrayList Implementation as the C-Arduino-Libraries Repository
3UnorderedMap. UnorderedMap is currently a wrapper class for Hashtable. In future releases, it will be its own standalone release.
3CPP-Full-Libraries. Full C++ Versions of my Popular C-Arduino-Libraries Repository Libraries.
1Solar-Rental-Mac_Edition. Mac Version of the Solar Rental program
1Variant. A type that can hold strings, objects, etc without needing explicit type declaration.
1Solar-Rental. Part of Solar Family... Solar Rental will be renamed soon to Solar 2.0 and overwrite all of the original Solar 2.0 repository
1ArduinoTimer. A Timer Library for Arduino that makes it easy to set timers
1ArduinoDoubleLinkedList. This is a Double Linked List implementation. This is the same doublelinkedlist from the C-Arduino-Libraries repository.
1ArduinoLinkedList. Implementation of a LinkedList. This is a separated implementation from the C-Arduino-Libraries Repository
1SimpleVector. Arduino Vector class that can be used as a building block for other libraries, or as a standalone library.
1ArduinoSDList. Built with the ArrayList Implementation, This library provides a memory limited implementation that allows you to save everything to an sdcard instead of memory.
1