0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Arduino でビルドした .bin を取り出す

0
Last updated at Posted at 2019-03-02

※超初心者が書いた自分への備忘録です。

  • Arduino IDE > ファイル > 環境設定 > 以下のファイルを直接編集すれば、より多くの設定を行うことができます。
    C:\Users\admin\AppData\Local\Arduino15 <-- この表示をクリック
  • Arduino IDE を閉じる
  • preferences.txt の最終行に下を追加
    build.path=C:\Users\admin\OneDrive\Documents\Arduino\.arduino_build
  • .arduino_build ディレクトリを作成
  • 検証でビルドするとフォルダに出来上がる。(次のビルドで消える)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?