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
Simple I/O line abstraction to allow making I/O through shift registers, for example. It also contains the DefaultLineDriver class that implements the LineDriver interface in terms of Arduino standard functions pinMode(), digitalRead() and digitalWrite().