forked from epics_driver_modules/motorBase
2d41c752b6
- Added ESP300.
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
# Newport MM3000, MM4000/5, PM500 and ESP300 Device Driver support.
|
|
device(motor,VME_IO,devMM3000,"MM3000")
|
|
device(motor,VME_IO,devMM4000,"MM4000")
|
|
device(motor,VME_IO,devPM500, "PM500")
|
|
device(motor,VME_IO,devESP300,"ESP300")
|
|
driver(drvMM3000)
|
|
driver(drvMM4000)
|
|
driver(drvPM500)
|
|
driver(drvESP300)
|
|
registrar(NewportRegister)
|
|
|