Snake game for a 5x5 LED matrix

Dependencies:   MCP23S17 mbed

bodyPiece.h

Committer:
dhamilton31
Date:
2013-10-17
Revision:
2:9c075a0a6d4e
Parent:
1:5fcb94bb03db

File content as of revision 2:9c075a0a6d4e:

#ifndef __BODYPIECE_H__   // if x.h hasn't been included yet...
#define __BODYPIECE_H__   //   #define this so the compiler knows it has been included


typedef
struct{
        char currRow;
        char currCol;
}bodyPiece;

#endif // __BODYPIECE_H__