source: trunk/script/iso_set.bas @ 515

Revision 515, 337 bytes checked in by reyalp, 5 years ago (diff)

set svn:eol-style and fix files that had mixed line endings. See http://chdk.setepontos.com/index.php/topic,2145.15.html

  • Property svn:eol-style set to LF
RevLine 
[515]1@title Set ISO
2@param a koef1
3@default a 10
4@param b Koef2
5@default b 10
6@param c koef3
7@default c 1
8@param d Sleep Interval (*100)
9@default d 20
10
11sleep 500
12
13t=d*100
14
15g=a*b*c
16
17press "shoot_half"
18set_iso_real g
19get_iso_real e
20get_iso_market f
21print "ISO:", e, "(", f, ")"
22press "shoot_full"
23release "shoot_full"
24release "shoot_half"
25end
Note: See TracBrowser for help on using the repository browser.