/// <summary> /// GR-SAKURAのコンストラクター /// </summary> public Sakura() { _led1 = new Led(Led1Pin); _led2 = new Led(Led2Pin); _led3 = new Led(Led3Pin); _debugLed = new DebugLed(Led4Pin); Button = new Button(ButtonPin); }
/// <summary> /// GR-SAKURA�̃R���X�g���N�^�[ /// </summary> public Sakura() { _led1 = new Led(Led1Pin); _led2 = new Led(Led2Pin); _led3 = new Led(Led3Pin); _debugLed = new DebugLed(Led4Pin); Button = new Button(ButtonPin); }
/// <summary> /// GR-PEACHのコンストラクター /// </summary> public Peach() { _redLed = new Led(RedPin); _greenLed = new Led(GreenPin); _blueLed = new Led(BluePin); _debugLed = new DebugLed(UserPin); Button = new Button(ButtonPin); }
/// <summary> /// GR-PEACH�̃R���X�g���N�^�[ /// </summary> public Peach() { _redLed = new Led(RedPin); _greenLed = new Led(GreenPin); _blueLed = new Led(BluePin); _debugLed = new DebugLed(UserPin); Button = new Button(ButtonPin); }