Treehopper Python API
ChipSelectMode Class Reference

The chip select mode to use. More...

Static Public Attributes

int SpiActiveLow = 0x00
 
int SpiActiveHigh = 0x01
 
int PulseHighAtBeginning = 0x02
 
int PulseHighAtEnd = 0x03
 
int PulseLowAtBeginning = 0x04
 
int PulseLowAtEnd = 0x05
 

Detailed Description

The chip select mode to use.

Member Data Documentation

◆ PulseHighAtBeginning

int PulseHighAtBeginning = 0x02
static

◆ PulseHighAtEnd

int PulseHighAtEnd = 0x03
static

◆ PulseLowAtBeginning

int PulseLowAtBeginning = 0x04
static

◆ PulseLowAtEnd

int PulseLowAtEnd = 0x05
static

◆ SpiActiveHigh

int SpiActiveHigh = 0x01
static

◆ SpiActiveLow

int SpiActiveLow = 0x00
static

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