예제 #1
0
 public PinConfig(PinTypeEnum pintType)
 {
     this.PintType = pintType;
 }
예제 #2
0
 public PinConfig(PinTypeEnum pintType)
 {
     this.PintType = pintType;
 }
예제 #3
0
 public ActuatorPins(IEnumerable<int> pins, PinTypeEnum pintType, int onLengthMs) : this(pins, new PinConfig(pintType), new OnOffActuator(onLengthMs)) { }
예제 #4
0
 public ActuatorPins(IEnumerable<int> pinNumbers, PinTypeEnum pintType, OnOffActuator actuator)
     : this(pinNumbers, new PinConfig(pintType), actuator)
 {
 }
예제 #5
0
 public ActuatorPins(IEnumerable <int> pins, PinTypeEnum pintType, int onLengthMs) : this(pins, new PinConfig(pintType), new OnOffActuator(onLengthMs))
 {
 }
예제 #6
0
 public ActuatorPins(IEnumerable <int> pinNumbers, PinTypeEnum pintType, OnOffActuator actuator)
     : this(pinNumbers, new PinConfig(pintType), actuator)
 {
 }