Lesson 61: Switch and Case | Arduino Step By Step Course

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

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

  • @lautungho1
    @lautungho1 6 месяцев назад +1

    I love it. Good and clear explanation

    • @robojax
      @robojax  6 месяцев назад

      Glad it was helpful!

  • @user-bi1ky8se8q
    @user-bi1ky8se8q 2 месяца назад

    This was really helpful. Thanks

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

    Very methodical teaching.

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

    Excellent and simple instructions

  • @user-pq3bb6lf5k
    @user-pq3bb6lf5k 2 года назад

    Great job, thank you for this series

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

    Thanks teacher 👍👍👍

  • @user-pq3bb6lf5k
    @user-pq3bb6lf5k 2 года назад

    awesome.... thank you

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

    Superb

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

    Thank you and I hope you go far.
    Sir I was wondering if you might know about the Tm1637 display buzz that's driving me crazy. I thought I had it cured by running it on a different power supply.That failed when I started trying to regulate the single battery supplying the nano but keeping the display on the same line and regulating it down with a buck converter. I have a transistor and caps to try now. Without digging into the code I don't know how to do might you be able to help?.
    Thanks Kiddo. Bob H

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

    Can the switch/case be used with comparison and compound operators like the if/else can?

  • @steve.rjh4468
    @steve.rjh4468 Год назад

    Hi... I wonder if the value that I use, must be a float type, what should I do if I wanna use switch case?
    Thanks for your attention. I’m looking forward to your reply.

    • @robojax
      @robojax  Год назад +1

      Hi, you can use any and for switch you can use any data type

    • @steve.rjh4468
      @steve.rjh4468 Год назад

      @@robojax Ok... thank you very much

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

    Can i use switch case in void set up???

    • @robojax
      @robojax  Год назад +1

      Setup is internal function of Arduino and can’t be inside anything else.

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

      @@robojax thanks