У нас вы можете посмотреть бесплатно Organise large Arduino codebase with libraries, files and folders // Arduino CLI, Nano 33 BLE Sense или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
#organize #codebase #arduino I used to have long Arduino *.ino sketch files that were difficult to debug and add features. In this video, I share several incremental steps to take to split a big Arduino code file into separate different files and folders for future maintainability. Plus, we will use Arduino CLI to install libraries and track its version. We will use the Arduino Nano 33 BLE Sense board for a practical example in one file before splitting the code into manageable bits. ⏰ TIMESTAMPS 0:00 Intro 02:17 Create new codebase 06:52 Step 1: Install library 09:50 Step 2: Split code into *.ino files https://hutscape.com/tutorials/nano33... 11:31 Step 3: Create header files 13:07 Step 4: Create header and cpp files https://hutscape.com/tutorials/nano33... 15:08 Step 5: Create src folder https://hutscape.com/tutorials/more-f... 17:30 Step 6: Enable multiple tasks in loop() 20:15 Outro ‣ Some links below are affiliate. I receive a small commission at no extra cost to you. 🎩 MORE DEMO FILES Display IMU data with LSM9DS1 https://hutscape.com/tutorials/nano33... Display temperature and humidity data with HTS221 https://hutscape.com/tutorials/nano33... 📺 WATCH NEXT 6 ways to access the serial monitor for Arduino • 6 ways to access the serial monitor for Ar... Arduino CLI and the art of command line • Arduino CLI and the art of command line Makefiles for using with Arduino • Makefiles for using with Arduino // UNO, W... Debugging Arduino firmware with print statements • Debugging Arduino firmware with print stat... 🔗 LINKS SHOWN Arduino Nano 33 BLE Sense board https://store.arduino.cc/usa/nano-33-... Getting started with the Arduino NANO 33 BLE Sense https://www.arduino.cc/en/Guide/NANO3... Arduino LSM9DS1 IMU library https://github.com/arduino-libraries/... Simple accelerometer example code https://github.com/arduino-libraries/... Arduino HTS221 sensor library https://github.com/arduino-libraries/... Read sensor example code https://github.com/arduino-libraries/... Arduino CLI library specification https://arduino.github.io/arduino-cli... Arduino Sketch build process https://arduino.github.io/arduino-cli... Arduino Sketch specification https://arduino.github.io/arduino-cli... Arduino millis() https://www.arduino.cc/reference/en/l... Writing a library for Arduino https://www.arduino.cc/en/Hacking/lib... 🔌 TOOLS USED https://hutscape.com/tools