Teensy 4.0

出自 flip the world
於 2019年10月27日 (日) 11:37 由 Tommy (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "== IDE installation == # Download & Extract Arduino # Install udev Rules ## The udev rule file gives non-root users permission to use the Teensy devices (serial, HID…")
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

IDE installation

  1. Download & Extract Arduino
  2. Install udev Rules
    1. The udev rule file gives non-root users permission to use the Teensy devices (serial, HID, etc). More Linux tips below.

sudo cp 49-teensy.rules /etc/udev/rules.d/

SDIO 4 bit

  1. Format SD before running
  2. Change pin define
    1. SD.begin(BUILTIN_SDCARD)