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
It is easy to miss the fact that the pinmap_pinout() function also sets the pin to PullNone. This is fine as long as the hal implementation sets the pin to PullUp or PullDown if needed after calling pinmap_pinout and not before. Should be documented in comments and api documentation if possible.
The text was updated successfully, but these errors were encountered:
It is easy to miss the fact that the pinmap_pinout() function also sets the pin to PullNone. This is fine as long as the hal implementation sets the pin to PullUp or PullDown if needed after calling pinmap_pinout and not before. Should be documented in comments and api documentation if possible.
The text was updated successfully, but these errors were encountered: