RTOS lib used for Eurobot 2012

Dependents:   Eurobot2012_Secondary Team_Sprint2 Team_Sprint2 Rafi_Final ... more

rtos.h

Committer:
narshu
Date:
2012-08-07
Revision:
0:e477ba491a3b

File content as of revision 0:e477ba491a3b:

/* mbed Microcontroller Library
 * Copyright (c) 2006-2012 ARM Limited. All rights reserved.
 */
#ifndef RTOS_H
#define RTOS_H

#include "Thread.h"
#include "Mutex.h"
#include "RtosTimer.h"
#include "Semaphore.h"
#include "Mail.h"
#include "MemoryPool.h"
#include "Queue.h"

using namespace rtos;

#endif