RobTillaart / AD5144A

Arduino library for I2C digital potentiometer AD5144A

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement the increment / decrement functions

RobTillaart opened this issue · comments

Not yet clear how the interface should look like:

  • 8 functions? param? +1 -1 or larger
  • increment, lin, 6db + 2x all version...
  • decrement, lin, 6db + 2x all version...
    or
  • lineair(uint8_t rdac, int steps = 1)
  • decibel(uint8_t rdac, int steps = 1)
  • step(uint8_t rdac, int steps = 1) positive + negative values for step allowed ...

implemented in 0.1.2