SpiDevice.ClockEdge Property

Gets or sets the sampling clock edge for the SPI device.

Namespace: Microsoft.SPOT.Emulator.Spi
Assembly: Microsoft.SPOT.Emulator (in microsoft.spot.emulator.dll)

Syntax

public bool ClockEdge { get; set; }

Property Value

true if the data is sampled on the rising clock edge; false if it is sampled on the falling clock edge.

Version Information

Available in .NET Micro Framework version 2.0

See Also

Reference

SpiDevice Class
SpiDevice Members
Microsoft.SPOT.Emulator.Spi Namespace