GrFamily.MainBoard.Peach.Peach C# (CSharp) 메소드

Peach() 공개 메소드

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

            Button = new Button(ButtonPin);
        }