IRM2121ライブラリとinterruptin_modのテスト

Dependencies:   IRM2121 interruptin_mod mbed

main.cpp

Committer:
bousiya03
Date:
2014-12-03
Revision:
1:b29af1ee8224
Parent:
0:639cdb2ec97c

File content as of revision 1:b29af1ee8224:


//test

#include "mbed.h"
#include "IRM2121.h"
//#include"interruptimn_mod.h"

//InterruptIn test1(p5);

IRM2121 test(p5);

//interruptin_mod test(p5);

int main(){
    
    //int value = 0;
    
    test.Set();
    
   // test.Set();
    
    //value = test.Read();
    
    //printf("value = %d\n" ,value);
    
    for(;;);
    
    }