選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
116 B

  1. #include "Debug.h"
  2. void waitForSerial() {
  3. #ifdef _DEBUG
  4. while (!Serial);
  5. Serial.begin(115200);
  6. #endif // _DEBUG
  7. }