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
RP2040: avoid implicit conversion from NinaPin to int
Some sketches use a pattern like
```
int potpin = A5
```
Since NinaPin was an enum, the implicit cast was taking place, and any subsequent call to analogRead() would not use the Nina functions.
Works in conjunction with arduino-libraries/WiFiNINA#180
0 commit comments