Eurobot2012_Primary

Dependencies:   mbed Eurobot_2012_Primary

front_arms.h

Committer:
narshu
Date:
2012-04-27
Revision:
7:f9c59a3e4155
Child:
8:ffc7d8af2d5a

File content as of revision 7:f9c59a3e4155:

#ifndef _FRONT_ARMS_H
#define _FRONT_ARMS_H

#include"mbed.h"

#define LEFT_ARM_PIN p21
#define RIGHT_ARM_PIN p24

Ser

void frontArmsInit() {
    
}

#endif // _FRONT_ARMS_H