|
fiber
|
Concept for tri-state pin (high, low, input) that can be immediatelly read from and written to. More...
#include <cPin.hpp>
Concept for tri-state pin (high, low, input) that can be immediatelly read from and written to.
Pin without any practical delay, like pins of the micro controller
The write() function writes levels to output pins and ignores values for input pins, where:
true, 1 --> Highfalse, 0 --> LowThe dir() function specifies the input/output direction of the pin, where:
true, '1' --> Inputfalse, '0' --> Output