void SwitchScan ( int Pin, char Output, bool& PrevState){ bool State = digitalRead(Pin); if (State != PrevState) Keyboard.write(Output); ...
確定! 回上一頁