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

Update NeoPixel FeatherWing Readme #72

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Source/NeoPixelWing/Driver/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ For more information on developing for Meadow, visit [developer.wildernesslabs.c

To view all Wilderness Labs open-source projects, including samples, visit [github.com/wildernesslabs](https://github.com/wildernesslabs/).

## Setup

Since the NeoPixel uses the WS2812 LED driver the NeoPixel FeatherWing can be controlled via the SPI COPI (MOSI) pin.

Out of box the FeatherWing control pin is not mapped to the correct pin to allow it to be plug-and-ply with the F7 headers. The FeatherWing has many jumpers on the bottom to allow for changing the control pin to match your scenario.
Instructions on changing the control pin can be found with the [pinouts](https://learn.adafruit.com/adafruit-neopixel-featherwing/pinouts).

In order to align with the headers on the F7 the control pin on the FeatherWing should be changed to pin #12 [schematic](https://learn.adafruit.com/adafruit-neopixel-featherwing/download).

## Installation

You can install the library from within Visual studio using the the NuGet Package Manager or from the command line using the .NET CLI:
Expand Down
Loading