Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue-Crescent committed Feb 14, 2024
1 parent a0a64d0 commit 904b607
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ v0.6.0より

begin()により受信が成功後のgetTime()の初回呼び出し時にJJY受信データの変換が行われて時刻が校正され、内部管理時刻に反映されます。(esp32では割り込みハンドラ内でmktime計算が実行できないため、変換処理は外部から呼び出す必要がある。受信完了後、すぐ呼び出さないと内部管理時刻への反映遅れによりずれます)

v0.7.0より
v0.7.1より

1回目の受信データのデータ長が一致していた場合、受信できた時刻をget_time()が返す時刻として仮反映する。この時の戻り値は-1。2回受信できた時点で確定し、最終受信時刻を返す
1回目の受信データのデータ長が一致していた場合、受信時刻として返せるreliability変数を導入

[Note] v0.6.0より動作変更

Expand Down Expand Up @@ -267,6 +267,10 @@ if(jjy.quality > 80){

- 60:60kHz

#



# デバッグモード

SoftwareSerialなどのシリアル通信ライブラリを有効にすることで、文字出力されます。
Expand Down Expand Up @@ -321,8 +325,6 @@ https://www.nict.go.jp/sts/jjy_signal.html

40KHzでの動作確認をしています。



DEBUG_BUILD有効時のサンプル:

```
Expand All @@ -338,8 +340,6 @@ DEBUG_BUILD有効時のサンプル:
[2024-02-12 11:01:00.803] 0001FFFFFFFFFFFFFFFFFFE0:M MIN:RECEIVE 0 26:50:78 Q:62
```



# TODOメモ

いつかやるかもしれない
Expand Down

0 comments on commit 904b607

Please sign in to comment.