Merge remote-tracking branch 'origin/DataConverter' into simulation

This commit is contained in:
fabjuuuh
2020-09-11 11:03:08 +02:00
4 changed files with 171 additions and 131 deletions

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
using Hardware;
using Hardware.Simulators;
namespace ProftaakRH
{
@@ -14,6 +14,9 @@ namespace ProftaakRH
BikeSimulator bikeSimulator = new BikeSimulator(dataConverter);
bikeSimulator.StartSimulation();
bLEReceiver.Connect();
Console.ReadLine();
}
}
}