Skip to content

Logic

This program implements six digital logic operations, with each operation’s result sent to a different output jack.

I/ONotes
dinThe first digital input
ainThe second digital input
k1Unused
k2Unused
b1Alternate first digital input
b2Alternate second digital input
cv1Digital AND output
cv2Digital OR output
cv3Digital XOR output
cv4Digital NAND output
cv5Digital NOR output
cv6Digital XNOR output

Holding b1 or b2 will have the same effect as applying positive voltage to din or ain respectively.

Holding both buttons for a few seconds will send the reboot signal to the module, forcing the module to return to the main menu. For this reason it is recommended to use only one button at a time when using the logic module performatively.

DinAinANDORXORNANDNORXNOR
00000111
01011100
10011100
11110001

The screen will go to sleep after 20 minutes of inactivity. Pressing either button or moving either knob will wake the screen up.