apple / swift-embedded-examples

A collection of example projects using Embedded Swift
Apache License 2.0
556 stars 30 forks source link

Added basic blink example for Esp32-C6 #21

Closed allexoK closed 4 days ago

allexoK commented 1 week ago

Hello,

When learning about embedded-Swift, I was surprised that there was no basic blink example (only the LED strip one). So, I decided to create one.

I used the ESP32-C6-Bug board, but it doesn’t really matter as long as there is a normal LED on-board. Alternatively, an external LED can be connected.

allexoK commented 6 days ago

Hi @rauhul, thanks for the review! :)

I think I fixed everything. I was not sure which table to add the example to (Catalog of Examples or Community Examples). The 'Community Examples' table points to external repositories, so I decided to go with 'Catalog of Examples'.

Let me know if any other changes are required. :)