評等結果
點擊便能為這篇文章進行評等!
[評等總次數: 1,平均評等: 5]
首先下載函式庫
https://github.com/felis/USB_Host_Shield_2.0
解壓縮後放進 C:\Program Files (x86)\Arduino\libraries 裡面。
就可以在IDE中載入
基本功能測試:讀取鍵盤按鍵的值
C:\Program Files (x86)\Arduino\libraries\USB_Host_Shield_2.0-master\examples\HID\USBHIDBootKbd/USBHIDBootKbd.ino
載入此範例檔即可讀取鍵盤上的值,記得要將 鍵盤插入 usb host shield 的usb 孔。
註:使用上列程式需打開序列埠堅控視窗才能開始使用鍵盤
//#if !defined(__MIPSEL__)
// while (!Serial); // Wait for serial port to connect – used on Leonardo, Teensy and other boards with built-in USB CDC serial connection
//#endif
註解掉上面三行就可以直接使用鍵盤
評等結果
點擊便能為這篇文章進行評等!
[評等總次數: 1,平均評等: 5]