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

Commits on Nov 21, 2021

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

    _beforeA の初期値が0であることで電源オン時に重力加速度の影響でカウントが進んで、歩数計の初期値が1になるのを修正しました。
    _beforeA = 1.0F と変更します。
    s-moa authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    32bc314 View commit details
    Browse the repository at this point in the history