Arduino Yun cheat sheet: Difference between revisions

Line 400: Line 400:
:::ハードウェアSPI も UNO と異なる。UNO はICSP 端子と PIN 10, 11, 12 だが YUN は ICSP 端子のみだ。
:::ハードウェアSPI も UNO と異なる。UNO はICSP 端子と PIN 10, 11, 12 だが YUN は ICSP 端子のみだ。
::::Yun で ハードウェア SPI のために ICSP 端子に接続する場合は問題がある。network 経由の avrdude で[http://www.egrep.jp/wiki/index.php/Arduino_Yun_cheat_sheet#SPI_.E3.81.A8_ICSP_.E3.81.A8_avrdude エラー]がでる。
::::Yun で ハードウェア SPI のために ICSP 端子に接続する場合は問題がある。network 経由の avrdude で[http://www.egrep.jp/wiki/index.php/Arduino_Yun_cheat_sheet#SPI_.E3.81.A8_ICSP_.E3.81.A8_avrdude エラー]がでる。
:Pin により割り込みを他の Pin で可能にする方法がある。
:Pin による割り込みを他の Pin で可能にする方法がある。
  [http://forum.arduino.cc/index.php?topic=182173.0 Leonardo - using I2C and external interrupts]
  [http://forum.arduino.cc/index.php?topic=182173.0 Leonardo - using I2C and external interrupts]
  [https://github.com/GreyGnome/PinChangeInt Pin Change Interrupt library for the Arduino]
  [https://github.com/GreyGnome/PinChangeInt Pin Change Interrupt library for the Arduino]