libsigrok/hardware/common/dmm
Alexandru Gagniuc 0853d5e627 rs9lcd: Convenience fixes
Convert bit masks from hardcoded hex values to bit shifts. For example 0x80
becomes (1 << 7). This also fixes a typo error in the definition of INFO_DIODE.

Add comments explaining that some case values in sr_rs9lcd_parse() are meant to
fall through without a 'break;', and explain some of the unusual modes.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2012-12-25 23:43:02 +01:00
..
Makefile.am radioshack-dmm: Separate protocol parser from driver 2012-12-02 22:18:22 +01:00
fs9721.c fs9721: Pass 'info' as a void pointer. 2012-12-02 14:21:17 +01:00
fs9922.c Initial support for UNI-T DMMs. 2012-10-27 23:17:30 +02:00
metex14.c metex14: Add dB mode and hFE mode support. 2012-12-02 14:22:51 +01:00
rs9lcd.c rs9lcd: Convenience fixes 2012-12-25 23:43:02 +01:00