libsigrok/hardware/hameg-hmo
poljar (Damir Jelić) 8de2dc3b2e hameg-hmo: Change the way vdiv and timebase are saved.
The current vertical division setting (per channel) and the timebase are stored
as a floating point number. This is suboptimal since clients expect us to send
this information to them in form of a rational number.

Store only the index of the current setting since all the supported settings are
already stored inside of an array.
2014-01-16 16:27:35 +01:00
..
Makefile.am hameg-hmo: Initial driver skeleton. 2013-12-03 15:13:30 +01:00
api.c hameg-hmo: Change the way vdiv and timebase are saved. 2014-01-16 16:27:35 +01:00
protocol.c hameg-hmo: Change the way vdiv and timebase are saved. 2014-01-16 16:27:35 +01:00
protocol.h hameg-hmo: Change the way vdiv and timebase are saved. 2014-01-16 16:27:35 +01:00