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

Add XMC1400_Arduino_Kit Support to Adafruit NeoPixel Library #382

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

Conversation

ederjc
Copy link

@ederjc ederjc commented Mar 14, 2024

Scope of Change

This pull request introduces support for the XMC1400_Arduino_Kit within the Adafruit NeoPixel library. The change consists of adding a single define directive that enables the NeoPixel library to interface with the XMC1400_Arduino_Kit hardware.

Modified Parts

  • Adafruit_NeoPixel.cpp: Added conditional directive to check for the XMC1400_Arduino_Kit definition and apply necessary initializations and configurations specific to XMC11xx based boards.

Known Limitations

This change includes only XMC1400_Arduino_Kit and future XMC11xx based boards will need to be added separately.

Tests and Examples

The change was tested on the affected board using the given library examples in Arduino.

Test Environment Details:

  • Hardware: XMC1400_Arduino_Kit
  • IDE: Arduino IDE version 2.3.1
  • Library Version: Adafruit NeoPixel Library version 1.11.0

Thanks in advance for considering this PR.

Best regards
Julian

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.

None yet

1 participant