957SWARM / Digital-Signboards

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

Variable Renaming #5

Open cshilling2000 opened 9 months ago

cshilling2000 commented 9 months ago

Variables like ap1d could have longer names, such as alliance_partner_1_name. Do this for all variables. Don't forget to change extern calls inside of other files!

Elix07 commented 8 months ago

ap1d and ap2d have been renamed to allianceName1 and allianceName2. stRuns has been renamed to scrolltxtRuns. dLength has been renamed to delayLength.

all of the other variable names are pretty intuitive. let me know if there's any other variable name you'd like me to change!