-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakefile
43 lines (23 loc) · 1.14 KB
/
makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
deploy:
scp calibrator.py amp_o_meter.py makefile run.sh [email protected]:~/amp-o-meter/
runrp2:
scp calibrator.py amp_o_meter.py run.sh [email protected]:~/amp-o-meter/
ssh -t [email protected] 'python3 amp-o-meter/calibrator.py'
get_results:
scp [email protected]:~/Desktop/history/* ./history/
s1:
ssh -t [email protected] 'cd amp-o-meter; python3 amp_o_meter.py --csv off --ui_type terminal --int_pin 21'
s2:
ssh -t [email protected] 'cd amp-o-meter; python3 amp_o_meter.py --csv off --ui_type terminal --int_pin 20'
s3:
ssh -t [email protected] 'cd amp-o-meter; python3 amp_o_meter.py --csv off --ui_type terminal --int_pin 16'
s4:
ssh -t [email protected] 'cd amp-o-meter; python3 amp_o_meter.py --csv off --ui_type terminal --int_pin 12'
s5:
ssh -t [email protected] 'cd amp-o-meter; python3 amp_o_meter.py --csv off --ui_type terminal --int_pin 25'
s6:
ssh -t [email protected] 'cd amp-o-meter; python3 amp_o_meter.py --csv off --ui_type terminal --int_pin 24'
s7:
ssh -t [email protected] 'cd amp-o-meter; python3 amp_o_meter.py --csv off --ui_type terminal --int_pin 23'
s8:
ssh -t [email protected] 'cd amp-o-meter; python3 amp_o_meter.py --csv off --ui_type terminal --int_pin 18'