Arduino: Blink an LED

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 6

  • @Ramdileo_sys
    @Ramdileo_sys 2 ปีที่แล้ว

    heeey I am the 1999 subscriber here!!.. I take you to the edge of the noughties 😀

  • @ToddSAFM
    @ToddSAFM 3 ปีที่แล้ว +1

    Dumb programming 101 question. What causes Setup to run only once and Loop to run indefinitely?

    • @thegeekpubextras9057
      @thegeekpubextras9057  3 ปีที่แล้ว +1

      The compiler.

    • @ToddSAFM
      @ToddSAFM 3 ปีที่แล้ว

      Ah, ok. So the compiler must do that based on the name. Neat that you don’t have to call the functions or create loops for so simple a program.

    • @thegeekpubextras9057
      @thegeekpubextras9057  3 ปีที่แล้ว

      A function can be any name. You can make your own. But two are reserved by the compiler. setup() and loop(). Every sketch must have those two functions and the compiler knows what do with them.

    • @Ramdileo_sys
      @Ramdileo_sys 2 ปีที่แล้ว

      @@thegeekpubextras9057 heeey I am the 1999 subscriber here!!.. I take you to the edge of the noughties 😀