This is some awesome robot code

Dependencies:   mbed-rtos mbed QEI

Fork of ICRSEurobot13 by Thomas Branch

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ai.h Source File

ai.h

00001 #ifndef EUROBOT_PROCESSES_AI_AI_H_
00002 #define EUROBOT_PROCESSES_AI_AI_H_
00003 
00004 namespace AI
00005 {
00006 
00007 void ailayer(void const *dummy);
00008 
00009 }
00010 
00011 #endif