]> sigrok.org Git - libsigrok.git/commit
output/analog: Add option to restrict number of decimal digits printed.
authorBert Vermeulen <redacted>
Tue, 18 Nov 2014 14:51:38 +0000 (15:51 +0100)
committerBert Vermeulen <redacted>
Tue, 18 Nov 2014 14:51:38 +0000 (15:51 +0100)
commit820c48f8c294d29660bfb2d081c575e138568909
treee29ec81f4966fdd93e1d90ea894bd71c0296eb8d
parentdb6fa867a4bec0a1dc0742281df3ab7bd76787d2
output/analog: Add option to restrict number of decimal digits printed.

This is a feature restricted to the new analog struct.

By default all the digits available in the encoding struct are printed.
The option "digits", when set to "spec", changes this to print the
number given in the spec struct.
src/output/analog.c