- R3.14.2 compatible.

- Added ESP300.
This commit is contained in:
Ron Sluiter
2003-05-23 19:23:14 +00:00
parent 45712ca228
commit 2d41c752b6
+4 -1
View File
@@ -1,8 +1,11 @@
# Newport MM3000 and MM4000/5 Driver support.
# 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)