Skip to content

Instantly share code, notes, and snippets.

@shokai
Created February 25, 2009 15:21
Show Gist options
  • Save shokai/70210 to your computer and use it in GitHub Desktop.
Save shokai/70210 to your computer and use it in GitHub Desktop.
動かないsetInterval
serialInit(9600);
putTime(); // これは0って出る
setInterval(putTime, 10); // 実行されない
function putTime(){
serialSend(getTickCount()+"\r\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment