We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please implement NeoPixels in CircuitPython Seesaw:
seesaw/include/RegisterMap.h
//* ============== NEOPIXEL =================== *// #define SEESAW_NEOPIXEL_BASE 0x0E /****** STATUS *****/ #define SEESAW_NEOPIXEL_STATUS 0x00 /****** PIN *****/ #define SEESAW_NEOPIXEL_PIN 0x01 /****** SPEED *****/ #define SEESAW_NEOPIXEL_SPEED 0x02 /****** BUFFER LENGTH *****/ #define SEESAW_NEOPIXEL_BUF_LENGTH 0x03 /****** BUFFER DATA *****/ #define SEESAW_NEOPIXEL_BUF 0x04 /****** SHOW *****/ #define SEESAW_NEOPIXEL_SHOW 0x05
Documentation can be found here: https://learn.adafruit.com/adafruit-seesaw-atsamd09-breakout/neopixel
How to guide for CircuitPython here: https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please implement NeoPixels in CircuitPython Seesaw:
seesaw/include/RegisterMap.h
Documentation can be found here: https://learn.adafruit.com/adafruit-seesaw-atsamd09-breakout/neopixel
How to guide for CircuitPython here: https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel
The text was updated successfully, but these errors were encountered: