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
A call to pinMode(...) is required before begin() for the library to work. All libraries I know of require a begin(...) before any other operation can be performed. Why is that? I don't find it logical.