0

I have an Arduino Mega 2560. Is is possible to attach an interrupt on the higher pin numbers, for instance, D20 to D25? I tried PcInt, but it doesn't work with the higher pin numbers for some reason.

I have a custom board and it's using these pins, so my hands are tied in terms of what pins to use.

4

1 に答える 1

0

Mega2560のピン マッピングによると、ピン 20 ~ 25 は PCINT の候補ではありません (ただし、20 と 21 には INT があります)。そのため、ボードのレイアウトにより、この Arduino との互換性が単純に失われます。

于 2012-12-26T18:44:33.510 に答える