Skip to content
New issue

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

fix lpc clock issue #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Kilgarragh
Copy link

Without this patch, decode() doesn't save oldlclk unless lclk is low. Making the rest of the loop repeat every sample that lclk is high, instead of on the rising edge as is defined by the LPC and PCI standards.

without this patch, decode() wouldn't save oldlclk unless lclk is low. Making the rest of the function repeat every sample while lclk is high, instead of on the rising edge.
@Kilgarragh
Copy link
Author

Update, been working with a local copy of this decoder and it seems to have issue after issue. I might update this eventually with an even more stable adjustment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant