-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add senseBox Eye board #11608
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
base: master
Are you sure you want to change the base?
Add senseBox Eye board #11608
Conversation
👋 Hello PaulaScharf, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are deleting other users' boards. Please rebase your branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PaulaScharf please fix this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry about that. I hope its good now
|
||
extern "C" { | ||
|
||
void blinkLED(uint8_t color[3], rmt_channel_handle_t led_chan, rmt_encoder_handle_t ws2812_encoder, rmt_transmit_config_t tx_config) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use Arduino APIs for RMT and do not use ESP_ERROR_CHECK
because it will abort
in case of error and bootloop the device. We have ready-to-use APIs for controlling ws2812 (even as LED_BUILTIN). Have a look at those
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. @PaulaScharf just please change the rat code to use Arduino API as me-no-dev commented.
Description of Change
Adding the senseBox Eye board.
Tests scenarios
I have tested this pull request on the senseBox Eye board.
Related links