We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lines 83-86 of constructor are shown below. Should the 2nd "if" statement be testing PhaseB_pin?
if(PhaseA_pin != 255 ) enc_xbara_mapping(PhaseA_pin, PHASEA, pin_pus); if(PhaseA_pin != 255 ) enc_xbara_mapping(PhaseB_pin, PHASEB, pin_pus);
The text was updated successfully, but these errors were encountered:
Hi Joe Sorry for the long delay but the answer is yes i will update now.
UPDATE: Just pushed the fix
Sorry, something went wrong.
Fix per Issue #15
f3bc677
No branches or pull requests
Lines 83-86 of constructor are shown below. Should the 2nd "if" statement be testing PhaseB_pin?
The text was updated successfully, but these errors were encountered: