This is car control simulation by using Mbed controller and real time operating system.

Dependencies:   MCP23017 Servo WattBob_TextLCD mbed-rtos mbed

Fork of Ass3 by Muaiyd Al-Zandi

CAR.h

Committer:
muaiyd
Date:
2014-04-02
Revision:
0:68ce46607848
Child:
1:b409ad65466a

File content as of revision 0:68ce46607848:

#ifndef CAR_H
#define CAR_H
#include "rtos.h"
#include "CommonVariable.h"

class CAR {
    public:
        static void led2_thread(void const *args);
    private:
        
};

#endif