File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11name : Arduino Build
22
3- on :
4- push :
5- branches : [main, master]
6- pull_request :
7- branches : [main, master]
3+ on : [push]
84
95jobs :
106 build :
@@ -19,13 +15,13 @@ jobs:
1915
2016 - name : Install Spresense Core
2117 run : |
22- arduino-cli config init
2318 arduino-cli core update-index --additional-urls https://github.com/sonydevworld/spresense-arduino-compatible/releases/download/generic/package_spresense_index.json
2419 arduino-cli core install Spresense:spresense --additional-urls https://github.com/sonydevworld/spresense-arduino-compatible/releases/download/generic/package_spresense_index.json
2520
2621 - name : Install Libraries
2722 run : |
2823 arduino-cli lib install LiquidCrystal
24+ arduino-cli lib install "LiquidCrystal I2C"
2925
3026 - name : Compile Sketch
31- run : arduino-cli compile --fqbn Spresense :spresense:spresense ./lcd.ino --warnings all
27+ run : arduino-cli compile --fqbn SPRESENSE :spresense:spresense . --additional-urls https://github.com/sonydevworld/spresense-arduino-compatible/releases/download/generic/package_spresense_index.json --warnings all
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Sony Spresense を使用した、サイクルコンピュータのプロジェ
1818### ディレクトリ構成
1919
2020```
21- cyclecomputer .ino # Arduinoスケッチのエントリーポイント
21+ Spresense-CycleComputer .ino # Arduinoスケッチのエントリーポイント
2222docs/ # ドキュメント (要件定義書など)
2323src/
2424 ├── Config.h # ディスプレイタイプ等の全体設定
File renamed without changes.
You can’t perform that action at this time.
0 commit comments