Using Visual Studio Code as an IDE for Arduino Platform

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 4

  • @tv-fh7yl
    @tv-fh7yl 9 หลายเดือนก่อน

    Output path is not specified
    Error opening sketch: no valid sketch found
    What is the problem. I did the same as video

    • @zafirhasananogh2421
      @zafirhasananogh2421 8 หลายเดือนก่อน

      Seems like your main needs to be named the same as the folder name, like you are running the ide in "arduino" folder, the main file should be name arduino.ino

    • @sugiyartosugiyarto1587
      @sugiyartosugiyarto1587 7 หลายเดือนก่อน

      Same problem..

    • @RichardeRicharde
      @RichardeRicharde 4 หลายเดือนก่อน

      Arduino expects the main file of the project to have the same name as the folder in which it is saved. Here's how you should adjust the structure:
      If your project folder is named vscode_example, the main file should be named vscode_example.ino.
      Make sure that the .ino file is in the root directory of the project folder.