예제 #1
0
 public CarEventLoop(ICarHardwareInterface hardwareInterface)
 {
     _hardwareInterface = hardwareInterface;
 }
예제 #2
0
 internal Servo(ICarHardwareInterface hardwareInterface)
 {
     _hardwareInterface = hardwareInterface;
     _value = 0.0;
 }