Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Crescent committed Feb 6, 2024
2 parents e3a6899 + 852212d commit cfa6f7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/arduinolib.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RTCなどを使用して時刻を維持し、マイコン側で時を刻まな


補足
lgt8f328pを使用する場合は、書き込み時にVccは5Vが出力されます。この受信モジュールは3.3Vが絶対最大定格ですので、書き込み時は受信モジュールを外すか、電圧レギュレーターをライタとの間に設けて保護してください。3.3Vでも書き込めました。
lgt8f328pを使用する場合は、書き込み時にVccは5Vが出力されます。この受信モジュールは3.6Vが絶対最大定格ですので、書き込み時は受信モジュールを外すか、電圧レギュレーターをライタとの間に設けて保護してください。3.3Vでも書き込めました。

![](img/IMG_5779.jpeg)

Expand Down Expand Up @@ -157,4 +157,4 @@ https://www.nict.go.jp/sts/jjy_signal.html
未定

- 立ち上がりエッジ動作受信モジュール対応。未所持
- 本家Arduinoボード動作確認。未所持 Uno R4欲しいな~
- 本家Arduinoボード動作確認。未所持 Uno R4欲しいな~

0 comments on commit cfa6f7f

Please sign in to comment.