ProffieBoard v3. How to use new Free 1, 2 or 3?

Hello,
I’m very excited about the new ProfieBoard v3.

I’m having a little trouble writing a line of code, though, as I’m an absolute layman…

If I want to connect a neopixel Accent to Free 1, how do I write it in the code line about this Blade’s configuration?

WS281XBladePtr<1, blade5Pin, Color8::GRB, PowerPINS<bladePowerPin6> >(),

Here I’ve written “blade5Pin”, for example, as if Data 1, 2, 3 and 4 were immediately followed by Free 1, 2 and 3, but I’m pretty sure that’s not how this line of code should be written.

Thanks in advance for your help

That is exactly the right way to do it. :slight_smile:

You can see it here:

Maybe there should be better names for these pins, but those are the names available right now.

Wow! :flushed: Thank you!

1 Like