Hello All,
I’ve been looking around the forum for some answers but I can’t find a straight forword example on Shift Registers.
What I’m looking to do is assign 2 encoders to J5 of the din and 4 buttons to J7 of the same Din.
I’ve played around with mios_tables_inc but can not get both working.
here is what i changed:
;; SR Pin Mode
ENC_ENTRY 2, 0, MIOS_ENC_MODE_DETENTED2 ; V-Pot 1
ENC_ENTRY 2, 2, MIOS_ENC_MODE_DETENTED2 ; V-Pot 2
ENC_ENTRY 2, 4, MIOS_ENC_MODE_DETENTED2 ; V-Pot 3
ENC_ENTRY 2, 6, MIOS_ENC_MODE_DETENTED2 ; V-Pot 4
left the rest as ENC_EOT
Is J5/J6 SR2? , J7/J8 SR3? , J9/J10 SR4?
Thanks,
Villadon