code:camera_shutter
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
code:camera_shutter [2008/01/04 20:37] – created; moved from [[camera_shutter_code]] joshatkins | code:camera_shutter [2009/03/26 22:23] (current) – deleting page (just experimental) joshatkins | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Camera Shutter Code ====== | ||
- | This is a simple [[http:// | ||
- | // | ||
- | |||
- | < | ||
- | int camGPIO = 12; | ||
- | |||
- | void setup() | ||
- | { | ||
- | pinMode(camGPIO, | ||
- | } | ||
- | |||
- | void loop() | ||
- | { | ||
- | digitalWrite(camGPIO, | ||
- | delay(500); | ||
- | digitalWrite(camGPIO, | ||
- | delay(5000); | ||
- | } | ||
- | </ |
code/camera_shutter.1199479046.txt.gz · Last modified: 2008/07/19 23:31 (external edit)