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

Try to make the brain sim work with neopixels #320

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

mmoskal
Copy link
Member

@mmoskal mmoskal commented Dec 2, 2020

With the following program, I don't get desired rainbow display:

light.setLength(12)
light.setAll(0xff0000)
forever(function () {
    pause(500)
    light.showAnimation(light.rainbowAnimation, 500)
})

@pelikhan any chance you take a look at this?

"MISO": "MISO",
"MOSI": "MOSI",
"SCK": "SCK",
"NEOPIXEL": "NEOPIXEL",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to specify which neopixel pin you want to be used

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The one named neopixel is ok. Doesn't really matter for this board.

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.

2 participants