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

RX debug #230

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

RX debug #230

wants to merge 1 commit into from

Conversation

wildwiz
Copy link

@wildwiz wildwiz commented May 16, 2018

Hi, this is a patch to add a diagnostic point in rc-switch.

  • It adds a callback, void (*RCSwitch::onRxBufferDebug)(int count, unsigned int* timings) that library clients can set to a user-side debug function, to receive timing buffer data whenever a decoding is attempted.
  • It also adds a #define, HAS_RC_ONRXBUFFER, which signals to the code using the library that the hook is available.

The change is silent until the hook is callback and, when idle, it has a very minimum impact on performance.

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