Teensy 4.0:修訂間差異
出自flip the world
已建立頁面,內容為 "== IDE installation == # Download & Extract Arduino # Install udev Rules ## The udev rule file gives non-root users permission to use the Teensy devices (serial, HID…" |
|||
| 第7行: | 第7行: | ||
== SDIO 4 bit == | == SDIO 4 bit == | ||
[[File:Esplorer.jpg|500px|Esplorer]] | |||
# Format SD before running | # Format SD before running | ||
# Change pin define | # Change pin define | ||
## SD.begin(BUILTIN_SDCARD) | ## SD.begin(BUILTIN_SDCARD) | ||
2019年10月27日 (日) 11:53的版本
IDE installation
- Download & Extract Arduino
- Install udev Rules
- 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
- Format SD before running
- Change pin define
- SD.begin(BUILTIN_SDCARD)
