Salt Lake City, Utah

Brayden Anderson

Advanced
@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.

19

ArduinoHashtable. 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

8

ArduinoArrayList. This Repository contains an Arduino ArrayList Implementation. It is the Exact same ArrayList Implementation as the C-Arduino-Libraries Repository

3

UnorderedMap. UnorderedMap is currently a wrapper class for Hashtable. In future releases, it will be its own standalone release.

3

CPP-Full-Libraries. Full C++ Versions of my Popular C-Arduino-Libraries Repository Libraries.

1

Solar-Rental-Mac_Edition. Mac Version of the Solar Rental program

1

Variant. A type that can hold strings, objects, etc without needing explicit type declaration.

1

Solar-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

1

ArduinoTimer. A Timer Library for Arduino that makes it easy to set timers

1

ArduinoDoubleLinkedList. This is a Double Linked List implementation. This is the same doublelinkedlist from the C-Arduino-Libraries repository.

1

ArduinoLinkedList. Implementation of a LinkedList. This is a separated implementation from the C-Arduino-Libraries Repository

1

SimpleVector. Arduino Vector class that can be used as a building block for other libraries, or as a standalone library.

1

ArduinoSDList. 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
13
Apply