SmartPin

Data Processing

Construct easy to follow semantic expressions using variables that represent the pins
SmartPins allows you to easily and implcitly read from pins and write to pins using intuitive grammar. Reading from a SmartPin variable (or assigning it to another variable) implicitly reads the pin state. Writing to a SmartPin variable implicitly writes to the pin. Simple button following LED examples can be as simple as `led = button;`.

Author: Trent M. Wyatt

Maintainer: Trent M. Wyatt

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.