フォトインタラプタ(コメント付き)です

Dependencies:   mbed

Fork of photosensor by cansat-d_2018

Revision:
3:55ec8c82ec41
Parent:
2:4f9ed1327327
--- a/main.cpp	Tue Oct 16 11:53:11 2018 +0000
+++ b/main.cpp	Tue Oct 16 12:08:33 2018 +0000
@@ -1,13 +1,13 @@
 #include "mbed.h"
 // 
 InterruptIn button1(p15);
-InterruptIn button2(p16);
+InterruptIn button2(p18);
 DigitalOut led1(LED1);
 DigitalOut led2(LED2);
 DigitalOut flash(LED4);
 DigitalIn test(p15);        //ここでピン15からの電圧の値、つまりフォトインタラプタが何か遮るものを検知すればハイの1を返して、
                             //何もないつまりスリットの部分ではローの0を返す。それを変数testに代入している
-DigitalIn test2(p16);
+DigitalIn test2(p18);
 
 
 int flag;                   //変数flagを整数で型づけする。これがスイッチで、1の間は瞬間は何もしないけど、