Project

General

Profile

Revision 216

many changes. implemented collision detection

View differences:

proj_macros.h
15 15
#define CTRL_MAKE_CODE      0x1D    /** @brief CTRL Make Code */
16 16
#define CTRL_BREAK_CODE     0x9D    /** @brief CTRL Break Code */
17 17
#define PLUS_MAKE_CODE      0x1A    /** @brief Plus (+) Make Code */
18
#define PLUS_BREAK_CODE      0x9A   /** @brief Plus (+) Break Code */
18
#define PLUS_BREAK_CODE     0x9A    /** @brief Plus (+) Break Code */
19 19
#define MINUS_MAKE_CODE     0x35    /** @brief Minus (-) Make Code */
20 20
#define MINUS_BREAK_CODE    0xB5    /** @brief Minus (-) Break Code */
21 21

  

Also available in: Unified diff