🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    M5 Atom Lite built-in LED?

    Arduino
    arduino
    3
    4
    7.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      Numian
      last edited by

      Hello,
      how can I use built-in LED for debugging purposes?

      I tried this:
      pinMode(27, OUTPUT);
      digitalWrite(27, HIGH);

      but LED didn't light up.

      Thank you.

      R 1 Reply Last reply Reply Quote 0
      • R
        robalstona @Numian
        last edited by

        @numian its a ws2812 type addressable led. If you want to use them you should look for neopixel library

        1 Reply Last reply Reply Quote 0
        • lukasmaximusL
          lukasmaximus
          last edited by

          Fastled library should work

          1 Reply Last reply Reply Quote 0
          • N
            Numian
            last edited by

            Got it!
            Thank you!

            1 Reply Last reply Reply Quote 0
            • First post
              Last post