Skip to content

Commit

Permalink
fix: テストに追記
Browse files Browse the repository at this point in the history
  • Loading branch information
miyashita64 committed Oct 18, 2023
1 parent df337a8 commit e5d2170
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/dummy/Motor.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ namespace ev3api {
*/
int getCount();

/**
* モータ角位置更新
*/
void setCount(){};

/**
* pwm値設定
* @param pwm pwm値
Expand Down

0 comments on commit e5d2170

Please sign in to comment.