Skip to content

Commit

Permalink
Enabling Digital pin 0 on Arduino as the interrupt pin in the default…
Browse files Browse the repository at this point in the history
… configuration
  • Loading branch information
asynclabs committed Jul 23, 2009
1 parent 2fa2255 commit abae909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
// Uncomment one line below to
// specify which Arduino pin
// to use as WiShield interrupt
//#define USE_DIG0_INTR // use digital pin 0
#define USE_DIG8_INTR // use digital pin 8
#define USE_DIG0_INTR // use digital pin 0
//#define USE_DIG8_INTR // use digital pin 8


#ifdef USE_DIG0_INTR
Expand Down

0 comments on commit abae909

Please sign in to comment.