/* <AT-WALKERに超音波センサーPINGを取り付ける> (c)2005.AsakusaGiken PINGで距離を測定してSIMPLETERMでモニタするプログラム */ #include /* IO関連 */ #include /* 割り込み関連 */ #include /* USART通信関連 */ char txb[10],rxb[10]; /*-----mS間ウェイトする関数-----*/ void wait_ms(int msec) { int count; /* 繰り返し用カウンタ変数(for文で使用) */ TCCR2 |= (1<