Пример #1
0
 internal Pin(TreehopperUSB board, byte pinNumber)
 {
     this.board     = board;
     this.PinNumber = pinNumber;
     interruptMode  = PinInterruptMode.NoInterrupt;
     SoftPwm        = new SoftPwm(Board, this);
 }
Пример #2
0
 internal Pin(TreehopperUSB board, byte pinNumber)
 {
     this.board = board;
     this.PinNumber = pinNumber;
     interruptMode = PinInterruptMode.NoInterrupt;
     SoftPwm = new SoftPwm(Board, this);
 }