libsigrok/include/libsigrok
Aurelien Jacobs 28c95cc6c4 analog: add support for negative number of digits
When a meter display 105.2 kΩ, libsigrok will return 105200 Ω
but it is really valuable to know that the last 2 digits are not
significant, so encoding.digits should be set to -2.
This would allow a sigrok client to display 105200 as 105.2 k
instead of 105.200 k.
2016-06-26 20:32:56 +02:00
..
libsigrok.h analog: add support for negative number of digits 2016-06-26 20:32:56 +02:00
proto.h analog: Implement division for sr_rational 2016-05-16 23:35:10 +02:00
version.h.in Build: Make version.h a configuration header 2015-08-16 18:28:13 +02:00