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

This commit is contained in:
fabjuuuh
2020-09-09 16:02:11 +02:00
3 changed files with 193 additions and 11 deletions

View File

@@ -11,15 +11,14 @@ namespace FietsDemo
{
internal class Program
{
/*static void Main(string[] args)
{
foo foo = new foo();
//BLEReceiver bLEReceiver = new BLEReceiver(foo);
//static void Main(string[] args)
//{
// foo foo = new foo();
// BLEReceiver bLEReceiver = new BLEReceiver(foo);
//bLEReceiver.ConnectToBLE();
Console.Read();
}*/
// bLEReceiver.ConnectToBLE();
// Console.Read();
//}
interface IFoo
{
@@ -151,7 +150,7 @@ namespace FietsDemo
{
Console.WriteLine("Foo class received {0}", Convert.ToString(bytes));
}
}