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

common.h 188B

12345678
  1. #ifndef _COMMON_H_
  2. #define _COMMON_H_
  3. void async_beep(int time, int freq);
  4. void blocking_beep(int time, int freq, int repeat = 0);
  5. void common_run(unsigned long t);
  6. #endif // _COMMON_H_