Debugging Arduino firmware with print statements // ifdef, header files, trace

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

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

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

    I appreciate the way the concepts in many of your videos are presented in steps. I can feel myself getting smarter.

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

    Sometimes, just an LED is the "lightest" debugging tool. Nice video !

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

    I have to login to like and comment on this video. What a clearly explanation. Very helpful video. Thank you! Keep it up!

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

    helpful video~ I have not used arduino-cli, looks cool

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

      Arduino CLI is not a must if you are already comfortable with the Arduino IDE :) Arduino CLI could be helpful for automating the compiling and uploading of the firmware into the micro-controller.
      Hope this video helps nonetheless: ruclips.net/video/cVod8k713_8/видео.html

  • @ArshadKhan-cb4do
    @ArshadKhan-cb4do 4 года назад

    Which programming language is best for embedded systems

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

      C? Just kidding :) The real answer is it depends on the project, the team's expertise, and the scope.