Create this program
Dependencies: mbed HCSR04 HMC6352 PID TextLCD
infrared.h
- Committer:
- KoiShin_Sakana
- Date:
- 2015-08-06
- Revision:
- 2:a8bbf677e774
- Parent:
- 1:d0cada9a5381
- Child:
- 3:901d18b901b4
File content as of revision 2:a8bbf677e774:
/** * @file : infrared.h (0.1) * @brief : * @author : Shinnosuke KOIKE * @date : 2015/08/04 */ #ifndef INFRARED_H #define INFRARED_H #include "mbed.h" class Infrared { }; #endif