C# Class GHIElectronics.UAP.Drivers.PCA9535

Afficher le fichier Open project: amykatenicho/IoTWorkshop Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetAddress ( bool a0, bool a1, bool a2 ) : byte
PCA9535 ( Windows.Devices.I2c.I2cDevice device, Windows.Devices.Gpio.GpioPin interrupt ) : System
Read ( int pin ) : bool
SetDriveMode ( int pin, GpioPinDriveMode driveMode ) : void
Write ( int pin, bool state ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
OnInterruptValueChanged ( Windows.Devices.Gpio.GpioPin sender, Windows.Devices.Gpio.GpioPinValueChangedEventArgs args ) : void
OnPinValueChanged ( int pin, bool newState ) : void
ReadRegister ( Register register ) : byte
WriteRegister ( Register register, int value ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetAddress() public static méthode

public static GetAddress ( bool a0, bool a1, bool a2 ) : byte
a0 bool
a1 bool
a2 bool
Résultat byte

PCA9535() public méthode

public PCA9535 ( Windows.Devices.I2c.I2cDevice device, Windows.Devices.Gpio.GpioPin interrupt ) : System
device Windows.Devices.I2c.I2cDevice
interrupt Windows.Devices.Gpio.GpioPin
Résultat System

Read() public méthode

public Read ( int pin ) : bool
pin int
Résultat bool

SetDriveMode() public méthode

public SetDriveMode ( int pin, GpioPinDriveMode driveMode ) : void
pin int
driveMode GpioPinDriveMode
Résultat void

Write() public méthode

public Write ( int pin, bool state ) : void
pin int
state bool
Résultat void