Skip to content
Snippets Groups Projects
Commit c27b5d5e authored by whooie's avatar whooie
Browse files

merge upstream (data home directory adjustment

parent 95e5af73
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,8 @@ DATADIRS = DataPaths( ...@@ -33,6 +33,8 @@ DATADIRS = DataPaths(
# camera flir_trig # camera flir_trig
# scope scope_trig # scope scope_trig
# #
# Digital(card, channel, state)
# Analog(channel, state)
CONNECTIONS = ConnectionLayout( CONNECTIONS = ConnectionLayout(
mot3_coils_onoff = Digital(0, 2, 1), mot3_coils_onoff = Digital(0, 2, 1),
mot3_coils_cur = Analog(0, 3.45), mot3_coils_cur = Analog(0, 3.45),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment