957SWARM / Digital-Signboards

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

Clean up main.ino's loop function #3

Open cshilling2000 opened 10 months ago

cshilling2000 commented 10 months ago

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

loop() is intended to be an entry point for other functions to do the heavy lifting, so let's refactor this function.