mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 14:15:39 -05:00
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
# Advanced Control Systems driver support.
|
|
|
|
# Model 1 (non-asyn) driver
|
|
device(motor,VME_IO,devMCB4B,"ACS MCB-4B")
|
|
driver(drvMCB4B)
|
|
registrar(AcsRegister)
|
|
|
|
# Model 3 driver
|
|
registrar(MCB4BRegister)
|
|
|
|
|