mobile robot control with artificial hormones

Dependencies:   Communication_Robot RTC-DS1307 iSerial mbed

Fork of Andante_v00 by potiwat ngamkajornwiwat

main.h

Committer:
soulx
Date:
2015-03-02
Revision:
4:42dc950d54f4
Child:
5:aae71a94cb41

File content as of revision 4:42dc950d54f4:

#ifndef MAINp_H
#define MIANp_H

#include "mbed.h"
#include "communication.h"
#include "protocol.h"



void Init_servo();
void Init_foreground();


void setControl(ANDANTE_PROTOCOL_PACKET *packet);
void getCommand();
void getSensor();

void setFrontAngle(float precent);
void setRearAngle(float precent);
void setSpeedControl(float precent);



#endif