[Overview][Resource strings][Constants][Types][Classes][Index] |
Free Pascal SPI abstraction layer
uses |
||
System, |
||
Classes, |
||
SysUtils, |
||
|
Translation of spidev.h |
|
baseunix, |
||
RtlConsts; |
This unit provides an object oriented access to the Serial Peripheral Interface (SPI). The base class for accessing an SPI device is TSPIDevice.
The default implementation for Linux is TSPILinuxDevice