Skip to content

Commit

Permalink
remote.bas script added to chdk/SCRIPTS/EXAM
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldoc2000 committed Oct 24, 2010
1 parent 766e77f commit c64c473
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions chdk/SCRIPTS/EXAM/remote.bas
@@ -0,0 +1,11 @@
rem http://chdk.wikia.com/wiki/USB_Remote_Cable
rem Simple USB Remote Shoot script
rem Usage: Select "Enable Remote" in "Remote parameters" and start this script.
@title Remote button

while 1
wait_click 1
if is_key "remote" then shoot
wend

end

0 comments on commit c64c473

Please sign in to comment.