Create this program
Dependencies: mbed HCSR04 HMC6352 PID TextLCD
main.cpp
- Committer:
- KoiShin_Sakana
- Date:
- 2015-08-08
- Revision:
- 5:e07e380ddb93
- Parent:
- 4:577110fb3b04
File content as of revision 5:e07e380ddb93:
/** * @file : main.cpp (0.1) * @brief : oversee all * @author : Shinnosuke KOIKE * @date : 2015/07/17 */ #include "mbed.h" #include "definition.h" Serial pc(USBTX, USBRX); int main(void) { while (1) ; }