add eeprom address for reference voltage on at-mio-64e-3
authorFrank Mori Hess <fmhess@speakeasy.net>
Thu, 9 Sep 2004 21:43:16 +0000 (21:43 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Thu, 9 Sep 2004 21:43:16 +0000 (21:43 +0000)
comedi_calibrate/ni.c

index 377b9a70613c70fc0a7b974a621288a741cfb1e0..7e8bfd80897dfa208d223ef51cf399b25e14d27c 100644 (file)
@@ -87,7 +87,7 @@ static struct board_struct boards[]={
        { "at-mio-16e-10", STATUS_DONE, cal_ni_at_mio_16e_10, ni_setup_observables, 0x1a7, 0x1a8 },
        { "at-mio-16xe-10", STATUS_UNKNOWN, NULL, ni_setup_observables, 0x1b7, 0x1b8 },
        { "at-mio-16xe-50", STATUS_SOME, cal_ni_at_mio_16xe_50, ni_setup_observables, 0x1b5, 0x1b6 },
-       { "at-mio-64e-3", STATUS_SOME, cal_ni_at_mio_64e_3, ni_setup_observables, -1, -1},
+       { "at-mio-64e-3", STATUS_SOME, cal_ni_at_mio_64e_3, ni_setup_observables, 0x1a9, 0x1aa},
        { "DAQCard-ai-16e-4", STATUS_DONE, cal_ni_daqcard_ai_16e_4, ni_setup_observables, 0x1b5, 0x1b6 },
        { "DAQCard-ai-16xe-50", STATUS_DONE, cal_ni_daqcard_ai_16xe_50, ni_setup_observables, 0x1be, 0x1bf },
        { "DAQCard-6024E", STATUS_SOME, cal_ni_daqcard_6024e, ni_setup_observables, -1, -1 },