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

feat(led_strip): support led strip group based on parlio_tx #463

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kainarx
Copy link
Collaborator

@Kainarx Kainarx commented Jan 3, 2025

Checklist

  • Component contains License
  • Component contains README.md
  • Component contains idf_component.yml file with url field defined
  • Component was added to upload job
  • Component was added to build job
  • Optional: Component contains unit tests
  • CI passing

Change description

Please describe your change here

typedef struct {
parlio_clock_source_t clk_src; /*!< PARLIO clock source */
uint8_t strip_count; /*!< Number of LED strips. Should be a power of 2 and not larger than SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH */
gpio_num_t strip_gpio_num[SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH]; /*!< GPIO number that used by LED strip */

Check failure

Code scanning / clang-tidy

use of undeclared identifier 'SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH' [clang-diagnostic-error] Error

use of undeclared identifier 'SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH' [clang-diagnostic-error]
typedef struct {
parlio_clock_source_t clk_src; /*!< PARLIO clock source */
uint8_t strip_count; /*!< Number of LED strips. Should be a power of 2 and not larger than SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH */
gpio_num_t strip_gpio_num[SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH]; /*!< GPIO number that used by LED strip */

Check failure

Code scanning / clang-tidy

use of undeclared identifier 'SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH' [clang-diagnostic-error] Error

use of undeclared identifier 'SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH' [clang-diagnostic-error]
typedef struct {
parlio_clock_source_t clk_src; /*!< PARLIO clock source */
uint8_t strip_count; /*!< Number of LED strips. Should be a power of 2 and not larger than SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH */
gpio_num_t strip_gpio_num[SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH]; /*!< GPIO number that used by LED strip */

Check failure

Code scanning / clang-tidy

use of undeclared identifier 'SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH' [clang-diagnostic-error] Error

use of undeclared identifier 'SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH' [clang-diagnostic-error]
@suda-morris suda-morris self-requested a review January 3, 2025 07:26
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.

1 participant