We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現在、 adjust_duty_cycle() は荒削りで、引数の値が決まった値の範囲内に収まっていないと意図した動作をしなくなるため
adjust_duty_cycle()
以下の処理を追加する
spirit::Motor::State
The text was updated successfully, but these errors were encountered:
feat: adjust_duty_cycle() の state の範囲チェックを追加 #186
d5a734d
feat: adjust_duty_cycle() の state の範囲チェックを追加 #186 (#273)
3deb50c
まだ対応があるのでOpenします。
Sorry, something went wrong.
yutotnh
grssbl
Successfully merging a pull request may close this issue.
なぜ機能が欲しいのか
現在、
adjust_duty_cycle()
は荒削りで、引数の値が決まった値の範囲内に収まっていないと意図した動作をしなくなるため提案の説明
以下の処理を追加する
spirit::Motor::State
型の引数spirit::Motor::State
の範囲外 -> Errorその他
The text was updated successfully, but these errors were encountered: