Skip to content

JacobOuellet/ArduinoRGB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ArduinoRGB

This algorithim improves upon the sample code in lesson 4 "RGB LED" of the elegoo guide for the Mega 2560 microcontroller. This utilizes recursion to cut back on the size of the code from 2180 bytes of memory to 1924 bytes of memory. It should be noted that recursion has no speed or efficiency benefits over the standard "if" statments, but it does allow for an improvment in readability.

Releases

No releases published

Packages

No packages published

Languages