Implement ESPHome dimmer

This commit is contained in:
Jakob Lechner 2025-08-20 11:01:41 +02:00
parent 57f213a5f0
commit 179279df79
3 changed files with 48 additions and 38 deletions

View file

@ -12,7 +12,7 @@ bench = false
panic-halt = "1.0.0"
# https://github.com/ch32-rs/ch32-hal/pull/75
ch32-hal = {git = "https://github.com/paval-shlyk/ch32-hal", rev="ace32859924ab0d5e411521a8f392df01ce262ff", features = [
ch32-hal = {git = "https://github.com/paval-shlyk/ch32-hal", rev="f9490337b9c5c97b480e5a7274ff01264da7e1ee", features = [
"ch32v203f6p6",
"time-driver-tim1",
]}