diff options
author | tmk <tmk@users.noreply.github.com> | 2014-05-19 18:39:29 -0700 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2014-05-19 18:39:29 -0700 |
commit | 520ddc19a11f8b8ad0ec0740f5a4b8dab673c671 (patch) | |
tree | 07766aedd11ff1209e5b8e62be894832af85f1a3 /FAQ.md | |
parent | f1ed69fa7badd5ffa2f60018c3a1600f974df1e4 (diff) |
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -174,7 +174,8 @@ Pressing any key during sleep should wake host. ## Using Arduino? **Note that Arduino pin naming is different from actual chip.** For example, Arduino pin `D0` is not `PD0`. Check circuit with its schematics yourself. -http://arduino.cc/en/uploads/Main/arduino-leonardo-schematic_3b.pdf -http://arduino.cc/en/uploads/Main/arduino-micro-schematic.pdf -Arduino leonardo and micro have ATMega32U4 and can be used for TMK, though Arduino bootloader may be a problem.
\ No newline at end of file +- http://arduino.cc/en/uploads/Main/arduino-leonardo-schematic_3b.pdf +- http://arduino.cc/en/uploads/Main/arduino-micro-schematic.pdf + +Arduino leonardo and micro have **ATMega32U4** and can be used for TMK, though Arduino bootloader may be a problem.
\ No newline at end of file |