This is some awesome robot code

Dependencies:   mbed-rtos mbed QEI

Fork of ICRSEurobot13 by Thomas Branch

Processes/AI/ai.h

Committer:
rsavitski
Date:
2013-04-12
Revision:
54:99d3158c9207
Parent:
39:44d3dea4adcc
Child:
55:0c8897da6b3a

File content as of revision 54:99d3158c9207:

#ifndef EUROBOT_PROCESSES_AI_AI_H_
#define EUROBOT_PROCESSES_AI_AI_H_

#include "rtos.h"
#include "globals.h"
#include "motion.h"
#include "supportfuncs.h"

namespace AI
{

void ailayer(void const *dummy);

}

#endif