forked from zietzm/Helmholtz_Test_Bench
df9cdd6f0d
Used diodes can tolerate 17V max, limited script to 16V
23 lines
316 B
Python
23 lines
316 B
Python
global Coil_const
|
|
global ambientField
|
|
|
|
global xyPort
|
|
global zPort
|
|
|
|
global xyDevice
|
|
global zDevice
|
|
|
|
global xAxis
|
|
global yAxis
|
|
global zAxis
|
|
|
|
global resistances
|
|
global maxAmps
|
|
global maxWatts
|
|
global maxVolts
|
|
|
|
global arduino
|
|
|
|
relayPins = [1, 2, 3] # digital pin on the Arduino for switching relay of each axis [x,y,z]
|
|
|