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
Add enumeration with pin values for digitalWrite etc (#28)
* Add enumeration with pin values for digitalWrite etc
* It is recommended not to use enum class if implicit cast to value is required. C++23 is said to provide a standard library helper, until then, for scoping, wrapping in a struct is recommended.
Co-authored-by: Bertrand Lemasle <[email protected]>
0 commit comments