Skip to content

サンプル名を変更 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/compile-sketches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- name: esp32:esp32
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
sketch-paths: |
- pico_halfV2_STEP1_LED
- pico_halfV2_STEP2_SWITCH
- pico_halfV2_STEP3_Buzzer
- pico_halfV2_STEP4_Sensor
- pico_halfV2_STEP5_Straight
- pico_halfV2_STEP6_rotate
- pico_halfV2_STEP7_P_control
- pico_halfV2_STEP8_micromouse
- pico_v2_STEP1_LED
- pico_v2_STEP2_SWITCH
- pico_v2_STEP3_Buzzer
- pico_v2_STEP4_Sensor
- pico_v2_STEP5_Straight
- pico_v2_STEP6_rotate
- pico_v2_STEP7_P_control
- pico_v2_STEP8_micromouse

# This step is needed to pass the size data to the report job
- name: Upload sketches report to workflow artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
# 各スケッチファイルの.ino、.hファイルに対してclang-formatによる整形が必要か判定する
# 正規表現を簡単にするためzshを使用する
- run: sudo apt install -y clang-format zsh
- run: clang-format --dry-run -Werror pico_halfV2_STEP*/*.(ino|h)
- run: clang-format --dry-run -Werror pico_v2_STEP*/*.(ino|h)
shell: zsh {0}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# pico_halfV2_arduino_examples
Pi:Co Half V2用のArduinoサンプルスケッチ集
# pico_v2_arduino_examples
Pi:Co V2用のArduinoサンプルスケッチ集


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

### STEP1 ~ STEP8

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


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