ledc being used from hal, only imported and passed compile time

This commit is contained in:
Priec
2025-10-10 23:15:04 +02:00
parent 83b6465dc6
commit e132980c82
11 changed files with 1573 additions and 0 deletions

9
test_LED/Makefile Normal file
View File

@@ -0,0 +1,9 @@
.PHONY: all build flash
all: build flash
build:
cargo build --release
flash:
cargo espflash flash --release --monitor