]> sigrok.org Git - libsigrok.git/commit - src/dmm/es519xx.c
es519xx: fix switching between frequency and duty cycle mode on 14 bytes chips
authorAurelien Jacobs <redacted>
Sun, 29 Dec 2013 16:07:42 +0000 (17:07 +0100)
committerUwe Hermann <redacted>
Sun, 29 Dec 2013 17:46:08 +0000 (18:46 +0100)
commite1f9f1e1f2c64e9501ba2ef79670b5e26f220ffe
tree5223347232d8e4058cc0517f817d74be16d86963
parent4d2630e63a6456ab84d0968fbd8f1c319f034c46
es519xx: fix switching between frequency and duty cycle mode on 14 bytes chips

Here is what the datasheet says about this:
  "If judge bit is 1, it means frequency mode. If judge bit is 0,
   it means duty cycle mode."
But this is plain wrong. Reality proves this is the other way around.
hardware/common/dmm/es519xx.c