Output the sum of IN0 and IN1 to OUT0, and wrap around if the sum is above 1.0. For example, 0.75 + 0.5 = 0.25.
IN0
IN1
OUT0