957SWARM / Digital-Signboards

Contains Arduino code for controlling the digital signboards on SWARM robots.
1 stars 0 forks source link

Move all sections of code that directly address the matrix in loop() elsewhere. #7

Open cshilling2000 opened 11 months ago

cshilling2000 commented 11 months ago

https://github.com/957SWARM/Digital-Signboards/blob/350e58d0ab92add685894c658fd1e5257f89f208/main/main.ino#L105C53-L105C53

This section of code can be made into a function and placed in other file, possibly in animations.cpp with an exposed function in animations.h. Current purpose is unclear, give a descriptive name after identifying function of this code.