1
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?

Arduino 2.x.x 系で ATtiny を使えるように設定

Last updated at Posted at 2024-11-08

はじめに

Arduino 2.x.x 系で 追加のボードマネージャのURLに、
http://drazzy.com/package_drazzy.com_index.json を貼り付けてOKをしても、ボードマネージャに表示されませんでしたので、使えるように設定してみました。

スクリーンショット 2024-11-08 21.33.29.png

giphub から zipファイルをダウンロード

下記 github より、zipファイルをダウンロードして解凍したファイルを hardware フォルダに入れて試してみます。

Manual Installation
Option 1: Download the .zip, extract, and place in the hardware folder inside your sketchbook folder (if there is no hardware folder, create it). You can find/set the location of the sketchbook folder in the Arduino IDE at File > Preferences -> Sketchbook location.

スクリーンショット 2024-11-08 21.37.22.png

zip ファイルのダウンロード

Code のプルダウンメニューで、Download ZIPをクリックします。

スクリーンショット 2024-11-08 21.37.47.png

ダウンロードした zip ファイルを解凍して hardware フォルダにコピーします。

スクリーンショット 2024-11-08 21.39.59.png

スクリーンショット 2024-11-08 22.16.47.png

Arduino立ち上げると ATtinyCore が、見えるようになります。

1
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
1
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?