コード例 #1
0
ファイル: BaseRobot.java プロジェクト: fustinoni-net/robot
 @Override
 public void low(GpioPinDigitalOutput... pin) {
   delegate.low(pin);
 }