Part 8— Analog Flip
Very simple….
This takes an analog input value % (from 0% to 100%) and flips it as an analog output % value.
100% becomes 0%
95% becomes 5%
20% becomes 80%
35% becomes 65%
0% becomes 100%
The only time the % value doesn’t change is when 50% is fed in…this gets flipped to 50% so the output is the same!