AberLED shield library
Library for the bicolor LED (and TFT screen) shield used in CS12020
Public Member Functions | List of all members
Selectable Class Referenceabstract

#include <TFT_FastPin.h>

Inheritance diagram for Selectable:
Pin InputPin OutputPin

Public Member Functions

virtual void select ()=0
 
virtual void release ()=0
 
virtual bool isSelected ()=0
 

Detailed Description

Definition at line 69 of file TFT_FastPin.h.

Member Function Documentation

virtual bool Selectable::isSelected ( )
pure virtual

Implemented in Pin.

virtual void Selectable::release ( )
pure virtual

Implemented in Pin.

virtual void Selectable::select ( )
pure virtual

Implemented in Pin.


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