/LineDriver

Simple I/O line abstraction to allow making I/O through shift registers, for example

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

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().