- 2017-12-09 コテ先 B型 Helix基板の バックライトLED(SK6812mini)
- 2018-02-27 コテ先 1.6D型 Helix基板のキースイッチ
- 2018-03-12 コテ先 1.6D型 Helix基板の バックライトLED(SK6812mini)
- 2018-06-10 コテ先 2C型 Helix基板の バックライトLED(SK6812mini)
以下の説明は、Unix の shell の基本的な使い方を知っている人向け。
- https://www.arduino.cc/en/Main/Software で 「Mac OS X」をクリックして飛んだページで、「JUST DOWNLOAD」または「CONTRIBUTE & DOWNLOAD」をクリックして Mac版 ArduinoIDE をダウンロードしてインストールする。
- PATH 環境変数に以下のように追加する。
PATH=~/bin:/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/:$PATH
![five_rows note2](https://gist
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
AVRDIR=/Applications/Arduino.app/Contents/Java/hardware/tools/avr | |
CONF=$AVRDIR/etc/avrdude.conf | |
CMD=$AVRDIR/bin/avrdude | |
$CMD -C $CONF "$@" |
NewerOlder