Method | Description | |
---|---|---|
Peach ( ) : System |
GR-PEACH�̃R���X�g���N�^�[
|
|
PulseDebugLed ( ) : void |
�f�o�b�OLED��1��_�ł���
|
|
PulseDebugLed ( int length, int times ) : void |
�f�o�b�OLED��w��A�w��Ԋu�œ_�ł�����
|
|
SetColor ( System.Color color ) : void |
�F����w�肵�ăJ���[LED��_������
|
|
SetDebugLed ( bool lightOn ) : void |
�f�o�b�OLED��_���܂��͏�������
|
|
SetLeds ( bool redOn, bool greenOn, bool blueOn ) : void |
�e�F��LED��ʂɓ_���E��������
|
|
TurnAllLedsOff ( ) : void |
�S�Ă�LED���������i�ԁE�E�E�f�o�b�OLED�j
|
public PulseDebugLed ( int length, int times ) : void | ||
length | int | �_�ŊԊu�i�P�ʁF�~���b�j |
times | int | �_�ʼn� |
return | void |
public SetColor ( System.Color color ) : void | ||
color | System.Color | �_���������F�� |
return | void |
public SetDebugLed ( bool lightOn ) : void | ||
lightOn | bool | �_������ꍇ�� true�A��������ꍇ�� false |
return | void |
public SetLeds ( bool redOn, bool greenOn, bool blueOn ) : void | ||
redOn | bool | �ԐFLED��_���܂��͏������� |
greenOn | bool | �ΐFLED��_���܂��͏������� |
blueOn | bool | �FLED��_���܂��͏������� |
return | void |