wip
lunch break
This commit is contained in:
@@ -1,10 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Hardware;
|
||||
|
||||
namespace ProftaakRH
|
||||
{
|
||||
class Main
|
||||
class Program
|
||||
{
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
IDataConverter dataConverter = new DataConverter();
|
||||
BLEReciever bLEReceiver = new BLEReciever(dataConverter);
|
||||
|
||||
bLEReceiver.Connect("sdkgjnzsoifgnzaiof");
|
||||
|
||||
//Console.ReadLine();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user