Skip to content

Commit

Permalink
Fix #define typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichardson23 committed Oct 13, 2010
1 parent 01476d0 commit cc786e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Arduino-Audio-Flash-Trigger.pde
Expand Up @@ -5,14 +5,14 @@
Camera must be in BULB mode for this to work.
*/

#define BUTTON_PIN 10
#define BUTTON_PIN 5
#define CAM_TRIGGER_PIN 11
#define FLASH_TRIGGER_PIN 12
#define SENSOR_PIN 0
#define LED_PIN 13
#define LED_PIN 10
#define STANDBY 0
#define ACTIVE 1
#define SENSOR_TRESHOLD 0
#define SENSOR_THRESHOLD 0

int mode = STANDBY;
long flashDelayMS = 0;
Expand Down

0 comments on commit cc786e0

Please sign in to comment.