]> sigrok.org Git - libsigrokdecode.git/commit
tlc5620: Properly handle LOAD and LDAC based operations.
authorUwe Hermann <redacted>
Mon, 17 Aug 2015 20:01:37 +0000 (22:01 +0200)
committerUwe Hermann <redacted>
Mon, 17 Aug 2015 21:44:42 +0000 (23:44 +0200)
commit3992b1e180283036ad4a834419b73d5d3eb53089
tree6ce28c5322fac1ff727eb591eca46ba6988aebb5
parente57813d5b3a44d0e504b6571c9b06a8a8da79f8a
tlc5620: Properly handle LOAD and LDAC based operations.

- If LOAD goes low *and* LDAC is already low, the voltage is set
  immediately.

- If LOAD goes low but LDAC is high, the value is only written into
  an internal register, but the voltage is not changed (yet).

- If LDAC goes low, all four DAC voltages (DAC A/B/C/D) are set
  according to the respective register values at the same time.
decoders/tlc5620/pd.py