Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
h4fide authored Jul 17, 2024
1 parent d89fbb6 commit cb9b989
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ESP32-C6 RGB LED Control | Arduino Project for IoT</title>
<meta name="google-site-verification" content="v5QEyxSw-jo1QlzVwtkBSXKEAX9Fk8g14d8ETi2RDxY" />
<title>ESP32-C6 RGB LED Control</title>
<meta name="description" content="Control the built-in RGB LED on ESP32-C6 with our simple Arduino code. Perfect for IoT projects, embedded systems, and learning microcontroller programming.">
<meta name="keywords" content="esp32, rgb, led, built in, esp32-c6, esp32 led built in, esp32 rgb led, esp32 rgb led controller, esp32 rgb led strip, arduino esp32 led, rgb esp32, rgb led esp32, esp32 built in rgb led, esp32-c6 dev kit, esp32 rgb led strip controller, esp32 rgb, esp32 rgb controller, led esp32, esp32 rgb matrix, esp32-c6 release date, esp32 rgbw controller, esp32 led_builtin, esp32-c6 zigbee, esp32 rgb led matrix, esp32-c3 led, esp32 c3 rgb led, led_builtin esp32, esp32 led_builtin pin, 8x8 rgb led matrix arduino, esp32 c6 devkit">
<meta name="google-site-verification" content="v5QEyxSw-jo1QlzVwtkBSXKEAX9Fk8g14d8ETi2RDxY" />
<meta property="og:title" content="ESP32-C6 RGB LED Control | Arduino Project for IoT">
<meta property="og:description" content="Control the built-in RGB LED on ESP32-C6 with our simple Arduino code. Perfect for IoT projects, embedded systems, and learning microcontroller programming.">
<meta property="og:image" content="https://i.ibb.co/4f96z43/favicon-32x32.png">
<meta property="og:url" content="https://h4fide.github.io/ESP32-C6-RGB-LED-Control/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ESP32-C6 RGB LED Control | Arduino Project for IoT">
<meta name="twitter:description" content="Control the built-in RGB LED on ESP32-C6 with our simple Arduino code. Perfect for IoT projects, embedded systems, and learning microcontroller programming.">
<meta name="twitter:image" content="https://i.ibb.co/4f96z43/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://i.ibb.co/4f96z43/favicon-32x32.png">
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; }
Expand Down Expand Up @@ -145,7 +153,6 @@ <h2>Usage</h2>
<h2>Contributing</h2>
<p>Contributions to improve the code or add new features are welcome. Please feel free to submit a pull request or open an issue on the <a href="https://github.com/h4fide/ESP32-C6-RGB-LED-Control">GitHub repository</a>.</p>


<script>
const led = document.getElementById('led-demo');
const colors = [
Expand Down

0 comments on commit cb9b989

Please sign in to comment.