void setup | void loop | Programming For Beginners #1

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ • 7

  • @c.d.s.g9742
    @c.d.s.g9742 4 роки тому

    Sir, how to make the motor move for 2 seconds

    • @GoodElectronics
      @GoodElectronics  4 роки тому

      Using delay function. Write "delay(2000);" and the program waits for 2 seconds. Then you only need to write digital writes to give a voltage to the motor.

  • @eloymarquez4783
    @eloymarquez4783 5 років тому +2

    great tutorial! but the song is super anoying

    • @GoodElectronics
      @GoodElectronics  5 років тому

      Thanks. I will use more calm music in next wideos

  • @akartworld5561
    @akartworld5561 5 років тому

    sir please upload a new video soon but in your voice on this topic

  • @pugboy1086
    @pugboy1086 5 років тому

    When ever I start compiling code it comes "redefine void" and not compiling please help me sir

    • @GoodElectronics
      @GoodElectronics  5 років тому

      Do you have void setup and loop written once in your code? Make sure void is starting from lowercase