Share via


PwmPin.Controller Property

Definition

Gets the PWM controller in use by this pin.

public:
 property PwmController ^ Controller { PwmController ^ get(); };
PwmController Controller();
public PwmController Controller { get; }
var pwmController = pwmPin.controller;
Public ReadOnly Property Controller As PwmController

Property Value

The controller.

Applies to