PwmPin.Controller プロパティ

定義

このピンで使用されている PWM コントローラーを取得します。

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

プロパティ値

コントローラー。

適用対象