Skip to content
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

重力加速度で歩数計の初期値が1になるのを修正 #3

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

s-moa
Copy link
Contributor

@s-moa s-moa commented Nov 21, 2021

_beforeA の初期値が0であることで電源オン時に重力加速度の影響でカウントが進んで、歩数計の初期値が1になるのを修正しました。
_beforeA = 1.0F と変更します。

_beforeA の初期値が0であることで電源オン時に重力加速度の影響でカウントが進んで、歩数計の初期値が1になるのを修正しました。
_beforeA = 1.0F と変更します。
@toshi-pono
Copy link
Owner

良さそうです.ありがとうございます!

@toshi-pono toshi-pono merged commit a552589 into toshi-pono:main Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants