]> sigrok.org Git - sigrok-cli.git/commit
sr: sr_samplerate_string: Allow 3.15Hz etc. as output.
authorUwe Hermann <redacted>
Mon, 27 Feb 2012 21:27:33 +0000 (22:27 +0100)
committerUwe Hermann <redacted>
Mon, 27 Feb 2012 21:27:33 +0000 (22:27 +0100)
commit9da0b05b3a2abafd3e346d0aec16534984da06db
tree0a5a3ee9d9aa22eff71ed7ff208f3b4f3a176fc8
parentbc8e240025339710ddf4f9f0827275ae9a1fe9b7
sr: sr_samplerate_string: Allow 3.15Hz etc. as output.

This is required for some hardware, e.g. ChronoVu LA8, where
33.333333 MHz or 2.439024 MHz are valid samplerates. This is because the
hardware takes a sampleperiod (in nanoseconds) as input, not a
samplerate (in Hz).
sigrok-cli.c