adding encoders?
Opened this issue · 0 comments
osiriskidd commented
tried to manually add 2 more encoders but running into channel 2/3 but declared.
also tried to use your older code with 4 rotaries and same issue.
error: 'PCNT_CHANNEL_2' was not declared in this scope
pcnt_config_C.channel = PCNT_CHANNEL_2;
^
OsyoOSW-ButtonboxRev1:75:29: error: 'PCNT_CHANNEL_3' was not declared in this scope
pcnt_config_D.channel = PCNT_CHANNEL_3;
^
exit status 1
'PCNT_CHANNEL_2' was not declared in this scope