Files
Helmholtz_Test_Bench/globals.py
T
2021-01-20 15:20:42 +01:00

23 lines
387 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 = [15, 16, 17] # pin on the Arduino for switching relay of each axis [x,y,z]