apple / swift-matter-examples

An Embedded Swift Matter application running on ESP32-C6
https://apple.github.io/swift-matter-examples/tutorials/tutorial-table-of-contents/
Apache License 2.0
212 stars 16 forks source link

Add ESP32 LED control (LEDC) template #18

Open mtuxpe opened 2 weeks ago

mtuxpe commented 2 weeks ago

The LED control (LEDC) peripheral is primarily designed to control the intensity of LEDs although it can also be used to generate PWM signals.

rauhul commented 2 weeks ago

Hi @mtuxpe, firstly thanks contributing!

This repo is tied to the WWDC 2024 Session: "Go Small with Embedded Swift" and we're not current accepting additional examples for this repo. That said the LEDC example might be a better fit for https://github.com/apple/swift-embedded-examples do you might porting the code over to that repo and we can review the PR there?

mtuxpe commented 2 weeks ago

Hi @mtuxpe, firstly thanks contributing!

This repo is tied to the WWDC 2024 Session: "Go Small with Embedded Swift" and we're not current accepting additional examples for this repo. That said the LEDC example might be a better fit for https://github.com/apple/swift-embedded-examples do you might porting the code over to that repo and we can review the PR there?

got @rauhul thanks