lucask07 / covg_fpga

FPGA and Python experiment code for the digital ion channel amplifier project.
GNU General Public License v3.0
6 stars 2 forks source link

DAQ board set_dac_gain #22

Open lucask07 opened 2 years ago

lucask07 commented 2 years ago

daq.set_dac_gain(channel, 5) # 5V to see easier on oscilloscope has an incorrect channel mapping. Channel 0 actually changes channel 1, and channel 1 changes channel 0. Need to correct the I/O expander nibble to channel mapping within the boards.py file. Suspect this caused similar issues with the ISEL programming for the Howland current pump.