Это видео недоступно.
Сожалеем об этом.

Arduino Binary Counter

Поделиться
HTML-код
  • Опубликовано: 15 июн 2013
  • In my second project I look at creating a binary counter with LEDs to illustrate the counting process. The function bitRead() is very useful for this as it takes any integer value and reads it as a binary number. Each bit in the binary number is used to change the lights on or off.

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

  • @IffySnuffy
    @IffySnuffy 3 года назад

    Thanks for this,
    I made a binary thermometer measuring up to 31 degrees, and was just about to type in 31 if statements and 31 functions, each showing which led's to light up, when I spotted your vid. Saved me lots of typing :)

  • @JoseSantos-tf1wo
    @JoseSantos-tf1wo 10 лет назад

    That was a great project. Thanks for posting the video. I was trying to implement it by also using an array too, but I was going to do the math - as it is explained to us when we learned to convert a decimal number to binary - but that was getting a bit messy. I'm glad that I found your project and that you use functions readily available to do the conversion.

  • @sirinratratthaphum8612
    @sirinratratthaphum8612 3 года назад

    you saved my life 😭🙏🏻

  • @limchinchen6451
    @limchinchen6451 2 года назад +1

    why in void setup function there i

    • @limchinchen6451
      @limchinchen6451 2 года назад

      and why in displayBinary function there i

  • @Vikingza
    @Vikingza 8 лет назад +3

    HI, thank you very much for the wonderful tutorial, can you please post the code you used as it is difficult to see on the screen and thus difficult for me to follow what you are talking about.
    Thank you

  • @okniewicz
    @okniewicz 5 лет назад

    Nice solution and a good video, thanks.

  • @dilshankasthuriarachchi4737
    @dilshankasthuriarachchi4737 3 года назад

    Hellllooooooo could you please let me have the code and the schematic?