taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Error msg: "Sum of amplitude and offset must be in the range [0,4095]" should be a difference, not sum. #232

Closed KarlGerhardt closed 9 years ago

KarlGerhardt commented 9 years ago

(Offset - Amplitude) [0,4095]

SynbioLucas commented 9 years ago

Technically, both the sum and the difference must be in the range [0,4095], but we can clarify this.