Tired of building the same old Arduino projects like blinking LEDs, temperature monitors, and line-following robots? Now it’s ...
Here's the new description with all links and additional text removed: Order your pcb design at JLCPCB: $2 for 10pcs PCBs (24 hours turnaround time) up to $20 shipping discount on first order (PCB ...
Nothing big, just my own implementation of an associative array - also known as Map or HashMap (when you're coming from Java) for all kind of Arduino projects. I wrote it to use in my Arduino projects ...
The BitArray class allows the user to instantiate an array of elements, each of the same size in bits. For example one could create an array of 100 throws with a dice. Normally this would take 100 ...