Skip to content

Support for negative values

How to handle it?

For single transmission values, subtract from max value (256 for 8 bit, 128 for 7 bit etc).

What about multiple transmission?

  • Maybe subtract from max value * transmission count?