Quote:
Originally Posted by Theitguy
Also, i am having trouble finding the parameter in code No#3 that sets the Vss pin no#
|
It's in void setup():
Code:
attachInterrupt(1,basicVssInterrupt,RISING);
Unfortunately it's hardware limited to certain pins.
Arduino - AttachInterrupt
Move the pin on your shield?