Skip to content

Commit 35b4a85

Browse files
authoredNov 21, 2023
サンプル名を変更 (#2)
* サンプル名を変更 * clang-formatの設定を修正 * READMEの内容もあわせて修正
1 parent a31f9ad commit 35b4a85

38 files changed

+12
-12
lines changed
 

‎.github/workflows/compile-sketches.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
- name: esp32:esp32
3030
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
3131
sketch-paths: |
32-
- pico_halfV2_STEP1_LED
33-
- pico_halfV2_STEP2_SWITCH
34-
- pico_halfV2_STEP3_Buzzer
35-
- pico_halfV2_STEP4_Sensor
36-
- pico_halfV2_STEP5_Straight
37-
- pico_halfV2_STEP6_rotate
38-
- pico_halfV2_STEP7_P_control
39-
- pico_halfV2_STEP8_micromouse
32+
- pico_v2_STEP1_LED
33+
- pico_v2_STEP2_SWITCH
34+
- pico_v2_STEP3_Buzzer
35+
- pico_v2_STEP4_Sensor
36+
- pico_v2_STEP5_Straight
37+
- pico_v2_STEP6_rotate
38+
- pico_v2_STEP7_P_control
39+
- pico_v2_STEP8_micromouse
4040
4141
# This step is needed to pass the size data to the report job
4242
- name: Upload sketches report to workflow artifact

‎.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
# 各スケッチファイルの.ino、.hファイルに対してclang-formatによる整形が必要か判定する
2727
# 正規表現を簡単にするためzshを使用する
2828
- run: sudo apt install -y clang-format zsh
29-
- run: clang-format --dry-run -Werror pico_halfV2_STEP*/*.(ino|h)
29+
- run: clang-format --dry-run -Werror pico_v2_STEP*/*.(ino|h)
3030
shell: zsh {0}

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# pico_halfV2_arduino_examples
2-
Pi:Co Half V2用のArduinoサンプルスケッチ集
1+
# pico_v2_arduino_examples
2+
Pi:Co V2用のArduinoサンプルスケッチ集
33

44

55
## サンプルスケッチについて
66

77
### STEP1 ~ STEP8
88

9-
- Pi:Co Half V2のハードウェアを動かすための、Arduinoスケッチの書き方をまとめています
9+
- Pi:Co V2のハードウェアを動かすための、Arduinoスケッチの書き方をまとめています
1010

1111

1212
## スケッチファイルの自動整形について
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)