GrFamily.MainBoard.Peach.Peach C# (CSharp) Méthode

Peach() public méthode

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

            Button = new Button(ButtonPin);
        }