Arduino Prototyping Techniques #87: Measuring Time (Millis)

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 9

  • @royalm8077
    @royalm8077 4 года назад +1

    Very underrated channel! This is helping me a lot in my research project. Thank you!

    • @MarcdeVinck
      @MarcdeVinck  4 года назад +1

      Thank you! I appreciate the feedback!

  • @jakub6718
    @jakub6718 4 года назад

    Thanks a lot! I have just started my first arduino project and I am so excited by anything I make!

    • @MarcdeVinck
      @MarcdeVinck  4 года назад +1

      Yea! Congratulations. And have fun!

  • @howtomake3182
    @howtomake3182 4 года назад +1

    Simple and good , thanks for tips

    • @MarcdeVinck
      @MarcdeVinck  4 года назад

      Thanks for liking

    • @howtomake3182
      @howtomake3182 4 года назад

      Sir, I begun a channel, please support me, if you likes , Please give me some advice for making good videos like this

  • @pixel-nero
    @pixel-nero Год назад

    We're all know that millis() is not accurate, BUT sorry to say that this example is not accurate either: you're adding a delay of 1000ms after something is processed, that requires some time. Thanks for your video anyway, great channel 💪

    • @MarcdeVinck
      @MarcdeVinck  Год назад

      You are correct, all code with a micro takes time to execute, and millis is not 100% accurate, but then again, nothing is 100% accurate. Maybe 99.999%, but not 100%. I gear my content towards beginners, and for a beginner, millis is typically good enough! I also have a video on RTC, which 'can' be better!