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
{{ message }}
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
https://github.com/arduino-org/arduino-library-lucky-shield/blob/master/src/lib/CAT9555.h#L47
We should discourage the use of
#defines
as the compiler will do an excellent job of optimizingconst
ants too and then they're scoped correctly :)If the pins are tightly (wired) bound to a function then maybe the whole
gpio()
thing is a fallacy and we should expose a method per pin function?The text was updated successfully, but these errors were encountered: