Create this program

Dependencies:   mbed HCSR04 HMC6352 PID TextLCD

main.cpp

Committer:
KoiShin_Sakana
Date:
2015-08-06
Revision:
2:a8bbf677e774
Parent:
1:d0cada9a5381
Child:
3:901d18b901b4

File content as of revision 2:a8bbf677e774:

/**
 * @file   : motor.h (0.1)
 * @brief  : oversee all
 * @author : Shinnosuke KOIKE
 * @date   : 2015/07/17
 */

#include "mbed.h"
#include "pinDef.h"
#include "control.h"
#include "motor.h"
#include "infrared.h"
#include "compass.h"
#include "ultrasonic.h"
#include "communication.h"

Serial pc(USBTX, USBRX);

int main(void) {
    while (1)
        ;
}