PinMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
GPIO 控制器和驅動程式支援的針腳模式。
public enum PinMode
type PinMode =
Public Enum PinMode
- 繼承
-
PinMode
欄位
Input | 0 | 用於從針腳讀取值的輸入。 |
InputPullDown | 2 | 使用下拉式閥的輸入。 |
InputPullUp | 3 | 使用提取器輸入。 |
Output | 1 | 用於將值寫入針腳的輸出。 |