correctly implemented IHandler

This commit is contained in:
shinichi
2020-09-30 15:26:34 +02:00
parent bd8994ad5b
commit 599b79ceee
4 changed files with 38 additions and 53 deletions

View File

@@ -11,7 +11,7 @@ namespace Hardware
/// <summary>
/// <c>BLEHandler</c> class that handles connection and traffic to and from the bike
/// </summary>
public class BLEHandler
public class BLEHandler : IHandler
{
List<IDataReceiver> dataReceivers;
private BLE bleBike;