implemented stop for BLEHandler and BikeSimulator

This commit is contained in:
shinichi
2020-10-09 11:16:51 +02:00
parent ab9180281e
commit 124eee5f12
3 changed files with 18 additions and 2 deletions

View File

@@ -7,5 +7,7 @@ namespace ProftaakRH
public interface IHandler
{
void setResistance(float percentage);
void stop();
}
}