Microbit_Io_Pin 元件可用於設定BBC micro:bit的類比腳位為輸入或輸出模式、可讀取、寫入並 request notifications for the I/O pin states.
屬性BluetoothDevice – 連接至micro:bit裝置之BluetoothLE元件。
方法RequestPinDataUpdates – 要求任一個已設定為輸入的micro:bit腳位更新。要求更新之後,micro:bit只要任一隻輸入腳位數值發生變化都會呼叫PinDataReceived 事件。
StopPinDataUpdates – 停止接收來自micro:bit的I/O腳位狀態更新。請注意可能會有來自裝置的pending messages,所以仍有可能觸發PinDataReceived 事件。
WritePWMControl – 對micro:bit的PWM控制參數。PWM control field是一個長度可變動的陣列 of one or two instances of a data structure containing a 1-byte pin field (數字0~19), a 2-byte value field (數字0~1024), and a 4-byte period field (毫秒).
參數: PWM_Control_Field (清單) — PWM控制數值。
事件 |
|