Snake game for a 5x5 LED matrix

Dependencies:   MCP23S17 mbed

bodyPiece.h

Committer:
dhamilton31
Date:
2013-10-09
Revision:
0:dc906408980e
Child:
1:5fcb94bb03db

File content as of revision 0:dc906408980e:

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


class bodyPiece{
    public:
        char currRow, currCol;
};

#endif // __BODYPIECE_H__