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
I would need to access the PwmArray pwms in analog.cpp to get info about the enabled Pwm on pins. However, pwms is declared static. Would it be possible to remove the static keyword to extend the scope of this variable?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I would need to access the PwmArray pwms in analog.cpp to get info about the enabled Pwm on pins. However, pwms is declared static. Would it be possible to remove the static keyword to extend the scope of this variable?
Thanks.
The text was updated successfully, but these errors were encountered: