У нас вы можете посмотреть бесплатно Arduino Debugging 101 - All About Arduino - 3 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Debugging is the technique of transforming a non-working program into a working program. This video shows some simple techniques that can be used solely with the Arduino IDE. It is based upon a tutorial I created on our reddit Wiki (link below). The Arduino IDE is relatively simple compared to other IDEs and there are other, more advanced debugging techniques available, this video shows some simply techniques that can be used to resolve 99% (or more) of the problems you might encounter developing your Arduino code. Links: My channel: / @therealallaboutarduino r/Arduino Wiki guide: / debugging_introduction Integer Overflow: https://en.wikipedia.org/wiki/Integer... Two's complement (How negative numbers work): https://en.wikipedia.org/wiki/Two's_c... Chapter Index: 00:00 Welcome/Introduction 02:40 The (Wiki) Debugging Guide information and link 03:43 The Hardware and (buggy) Code we will work with 06:22 Desk Check 10:22 First Insights 12:48 More Insights 13:56 A Simple Debugging Macro 20:28 First Problem Fixed 25:14 Counter Forgetfulness 32:47 Reducing Output 37:34 First LED On 39:10 Overflow - "weird" negative numbers 42:04 Fixing the "weird" negative numbers 44:17 Counting higher 45:55 Final Problem 46:57 Beware Side Effects 50:45 Thanks for Watching