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
Analog buttons will usually share the same pin. At the moment, we allow setting pin and inputPullUp flag for each button individually. This is not correct. Imagine that one button sets pin as inputPullUp and another sets the same pin to input only.
Builder pattern should solve this problem by not allowing to setup this flag on each individual button. Take into consideration memory restrictions.
The text was updated successfully, but these errors were encountered:
Analog buttons will usually share the same pin. At the moment, we allow setting pin and inputPullUp flag for each button individually. This is not correct. Imagine that one button sets pin as inputPullUp and another sets the same pin to input only.
Builder pattern should solve this problem by not allowing to setup this flag on each individual button. Take into consideration memory restrictions.
The text was updated successfully, but these errors were encountered: