GrFamily.MainBoard.Peach.Peach C# (CSharp) Method

Peach() public method

GR-PEACH�̃R���X�g���N�^�[
public Peach ( ) : System
return System
        public Peach()
        {
            _redLed = new Led(RedPin);
            _greenLed = new Led(GreenPin);
            _blueLed = new Led(BluePin);
            _debugLed = new DebugLed(UserPin);

            Button = new Button(ButtonPin);
        }