You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you change the header then the default quantity of servos possible (254) could be reduced to reduce the memory footprint.
Normally I put an ifndef in front of that type of thing to allow a global to redefine it but it could also be done as global defines to select tested values that limit the testing needed (SMALL as 4, MEDIUM as 16, LARGE as 254, etc).
The text was updated successfully, but these errors were encountered:
If you change the header then the default quantity of servos possible (254) could be reduced to reduce the memory footprint.
Normally I put an ifndef in front of that type of thing to allow a global to redefine it but it could also be done as global defines to select tested values that limit the testing needed (SMALL as 4, MEDIUM as 16, LARGE as 254, etc).
The text was updated successfully, but these errors were encountered: