Dividere il segnale di Clock di Arduino

if(micros()-t>20711)
  {
  t+=20711;
  PORTD^=0x01;  
  }
}

È più preciso.