Files
Helmholtz_Test_Bench/globals.py
T
2021-01-01 12:54:23 +01:00

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]