Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

2.0.2

  • 2.0.2
  • caef400
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Compare
    Choose a tag to compare
    Loading
  • 2.0.2
  • caef400
  • Compare
    Choose a tag to compare
    Loading
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@P-R-O-C-H-Y P-R-O-C-H-Y tagged this 22 Dec 14:41
Summary

This PR is refactoring of SigmaDelta HAL in order to use IDF instead of current Register manipulation approach.

Impact

Change in API:

uint32_t sigmaDeltaSetup(uint8_t channel, uint32_t freq);
changed to -->
uint32_t sigmaDeltaSetup(uint8_t pin, uint8_t channel, uint32_t freq);

void sigmaDeltaAttachPin(uint8_t pin); removed, no longer needed. Pin is attached in sigmaDeltaSetup()
Assets 2
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.