Can you try it with the following code:
var brick = new Brick<Sensor, Sensor, Sensor, Sensor>("usb");
brick.Connection.Open();
brick.Sensor1 = new TouchSensor();
Console.WriteLine(brick.Sensor1.ReadAsString());
-
This reply was modified 9 years, 11 months ago by
Tcm0.
Follow