C# Class Microsoft.IoT.Devices.Pwm.PCA9685.PinControlRegister

Afficher le fichier Open project: jbienzms/iot-devices

Méthodes publiques

Свойство Type Description
OffHigh byte
OffLow byte
OnHigh byte
OnLow byte

Méthodes publiques

Méthode Description
PinControlRegister ( Registers onLow, Registers onHigh, Registers offLow, Registers offHigh ) : Microsoft.IoT.DeviceCore.Pwm

Method Details

PinControlRegister() public méthode

public PinControlRegister ( Registers onLow, Registers onHigh, Registers offLow, Registers offHigh ) : Microsoft.IoT.DeviceCore.Pwm
onLow Registers
onHigh Registers
offLow Registers
offHigh Registers
Résultat Microsoft.IoT.DeviceCore.Pwm

Property Details

OffHigh public_oe property

public byte OffHigh
Résultat byte

OffLow public_oe property

public byte OffLow
Résultat byte

OnHigh public_oe property

public byte OnHigh
Résultat byte

OnLow public_oe property

public byte OnLow
Résultat byte