[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
GPIO pin class for TGPIOController
Source position: fpgpio.pas.bak line 142
type TGpioControlledPin = class(TGpioPin) |
protected |
function GetActiveLow; override; |
function GetDirection; override; |
function GetInterruptMode; override; |
function GetValue; override; |
procedure SetActiveLow(); override; |
procedure SetDirection(); override; |
procedure SetInterruptMode(); override; |
procedure SetValue(); override; |
public |
property Controller: TGpioController; [r] |
property Index: LongWord; [r] |
property OnInterrupt: TOnGpioInterrupt; [rw] |
end; |
|
GPIO pin class for TGPIOController |
|
| | ||
|
Abstract GPIO class |
|
| | ||
TObject |
This class is an implementation for TGpioController. All actions are forwarded to the controller.
|
Generic class for a goup of GPIO pins controlled together |