Debounce the inputs, drive an encoder module, and output a PWM signal for each encoder.
Twist each encoder and the LEDs attached to the outputs should change in brightness.
Use 3 digital encoders attached to the first 6 inputs.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | enc0 a | pwm0 | |
1 | enc0 b | pwm1 | |
2 | enc1 a | pwm2 | |
3 | enc1 b | ||
4 | enc2 a | ||
5 | enc2 b | ||
6 | debug bit 0 | ||
7 | debug bit 1 |