AceSegment
0.4.0
An adjustable, configurable, and extensible framework for rendering seven segment LED displays.
|
Class that provides a layer of indirection to various hardware pins and timing class. More...
#include <Hardware.h>
Public Member Functions | |
void | digitalWrite (uint8_t pin, uint8_t value) const |
Write value to pin. | |
void | pinMode (uint8_t pin, uint8_t mode) const |
Set pin mode. | |
unsigned long | micros () const |
Get the current micros | |
unsigned long | millis () const |
Get the current millis | |
Class that provides a layer of indirection to various hardware pins and timing class.
A different Hardware class can be used as a template parameter to ScanningDisplay.
Definition at line 38 of file Hardware.h.