Skip to content

Commit

Permalink
LEDC clusters instead of arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Mar 31, 2024
1 parent 130e7f8 commit dd07846
Show file tree
Hide file tree
Showing 109 changed files with 3,022 additions and 5,109 deletions.
30 changes: 30 additions & 0 deletions common_patches/ledc_collect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
_expand_array:
CH%s_CONF0: {}
CH%s_HPOINT: {}
CH%s_DUTY: {}
CH%s_CONF1: {}
CH%s_DUTY_R: {}

TIMER%s_CONF: {}
TIMER%s_VALUE: {}

_cluster:
CH%s:
CH?_CONF0:
name: CONF0
CH?_HPOINT:
name: HPOINT
CH?_DUTY:
name: DUTY
CH?_CONF1:
name: CONF1
CH?_DUTY_R:
name: DUTY_R

TIMER%s:
TIMER?_CONF:
name: CONF
TIMER?_VALUE:
name: VALUE

_include: int_strip.yaml
Loading

0 comments on commit dd07846

Please sign in to comment.