forked from zietzm/Helmholtz_Test_Bench
23 lines
392 B
Python
23 lines
392 B
Python
global COIL_CONST
|
|
global AMBIENT_FIELD
|
|
|
|
global XY_PORT
|
|
global Z_PORT
|
|
|
|
global XY_DEVICE
|
|
global Z_DEVICE
|
|
|
|
global X_AXIS # object structure: (device, channel, arduino pin, axis index)
|
|
global Y_AXIS
|
|
global Z_AXIS
|
|
|
|
global RESISTANCES
|
|
global MAX_AMPS
|
|
global MAX_WATTS
|
|
global MAX_VOLTS
|
|
|
|
global ARDUINO
|
|
|
|
RELAY_PINS = [1, 2, 3] # digital pin on the Arduino for switching relay of each axis [x,y,z]
|
|
|