Files
Helmholtz_Test_Bench/globals.py
T
Martin Zietz df9cdd6f0d limited voltage
Used diodes can tolerate 17V max, limited script to 16V
2020-12-15 16:49:57 +01:00

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]