Microchip® Advanced Software Framework

joystick.h File Reference
#include "compiler.h"
#include "board.h"
#include "gpio.h"

Functions

static __always_inline int is_joystick_down (void)
 This function test it the joystick is down. More...
 
static __always_inline int is_joystick_left (void)
 This function test it the joystick is on the left. More...
 
static __always_inline int is_joystick_pressed (void)
 This function test it the joystick is pressed. More...
 
static __always_inline int is_joystick_right (void)
 This function test it the joystick is on the right. More...
 
static __always_inline int is_joystick_up (void)
 This function test it the joystick is up. More...