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

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 #ifndef MBED_GEIGER_H
abe00makoto 0:0d32a6635113 2 #define MBED_GEIGER_H
abe00makoto 0:0d32a6635113 3 #include "mbed.h"
abe00makoto 0:0d32a6635113 4
abe00makoto 0:0d32a6635113 5 void geigerrun();
abe00makoto 0:0d32a6635113 6
abe00makoto 0:0d32a6635113 7
abe00makoto 0:0d32a6635113 8 #endif