#include <avr/io.h>#include "../../../Common/Common.h"Defines | |
| #define | JOY_LEFT |
| #define | JOY_RIGHT |
| #define | JOY_UP |
| #define | JOY_DOWN |
| #define | JOY_PRESS |
| #define JOY_DOWN |
Mask for the joystick being pushed in the downward direction.
| #define JOY_LEFT |
Mask for the joystick being pushed in the left direction.
| #define JOY_PRESS |
Mask for the joystick being pushed inward.
| #define JOY_RIGHT |
Mask for the joystick being pushed in the right direction.
| #define JOY_UP |
Mask for the joystick being pushed in the upward direction.
1.5.5