You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular I want the "setAmplitude" function to work in Voltage mode. The ADC values should not be converted to float on the RP but rather on the client side. Thus we need to make the scaling/offset values accessible from the client.
The text was updated successfully, but these errors were encountered:
Should we also use the EEPROM values in the ADC within readPeriods() and readFrames() respectively or should this be left in MPIMeasurements and we just save the respective calibration tuple with scale and offset?
from #7
In particular I want the "setAmplitude" function to work in Voltage mode. The ADC values should not be converted to float on the RP but rather on the client side. Thus we need to make the scaling/offset values accessible from the client.
The text was updated successfully, but these errors were encountered: