ガイガーカウンタのカウントアップに合わせて表示内容を更新する仕様にしました

Dependencies:   Terminal TextLCD mbed SDFileSystem

Committer:
abe00makoto
Date:
Wed May 04 19:37:08 2011 +0000
Revision:
1:ce4b3a504955
Parent:
0:0d32a6635113

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
abe00makoto 0:0d32a6635113 1 #include "mbed.h"
abe00makoto 0:0d32a6635113 2 #include "geiger.h"
abe00makoto 0:0d32a6635113 3
abe00makoto 0:0d32a6635113 4
abe00makoto 0:0d32a6635113 5 int main() {
abe00makoto 0:0d32a6635113 6 geigerrun();
abe00makoto 0:0d32a6635113 7 }