]> sigrok.org Git - libsigrok.git/commit
global: Treat SR_CONF_OUTPUT_FREQUENCY as float instead of uint64_t
authorAlexandru Gagniuc <redacted>
Wed, 29 Apr 2015 23:58:24 +0000 (16:58 -0700)
committerAlexandru Gagniuc <redacted>
Wed, 6 May 2015 17:25:16 +0000 (10:25 -0700)
commitb94dd07b0823ae1607ce8159681a31833a01e199
tree1aedf18362f6cdf01ad0ca8e7d23f158726a2db7
parente8686e3ae36c190a88f1a15aebb7294bb6491578
global: Treat SR_CONF_OUTPUT_FREQUENCY as float instead of uint64_t

This makes 'output_frequency' symmetrical with 'output_current' and
'output_voltage'. On a more fundamental level, there's no reason why
frequency should be treated as a discrete quantity, other than
"es51919 used it this way".
src/hwdriver.c
src/lcr/es51919.c