implemented stop for BLEHandler and BikeSimulator
This commit is contained in:
@@ -7,5 +7,7 @@ namespace ProftaakRH
|
||||
public interface IHandler
|
||||
{
|
||||
void setResistance(float percentage);
|
||||
|
||||
void stop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user