Skip to content

Fix limits in the toggleOutputHelper.

Karol Krizka requested to merge fixiotest into activeTB

The highest possible output value by the DAC is 0xFF. The output tests should use that.

The previous on value used 1000, which is out of range at 0x3E8.

Merge request reports