AceSegment  0.4.0
An adjustable, configurable, and extensible framework for rendering seven segment LED displays.
Public Member Functions | List of all members
ace_segment::Hardware Class Reference

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

 

Detailed Description

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.


The documentation for this class was generated from the following file: