source: trunk/script/exp_info_tst.bas @ 985

Revision 985, 213 bytes checked in by pixeldoc2000, 3 years ago (diff)

script/*.bas cleanup

  • Property svn:eol-style set to LF
Line 
1@title Test Ev info
2
3sleep 500
4press "shoot_half"
5sleep t
6get_bv96 e
7print "BV:", e
8get_tv96 f
9print "TV:", f
10get_av96 g
11print "AV:", g
12sleep 5000
13press "shoot_full"
14release "shoot_full"
15release "shoot_half"
16
17end
Note: See TracBrowser for help on using the repository browser.