NanoService device game controller for NSPong.

Dependencies:   Beep C12832_lcd EthernetInterface MMA7660 mbed-rtos mbed nsdl_lib

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers joystick.h Source File

joystick.h

00001 // Joystick resource implementation
00002 
00003 #ifndef JOYSTICK_H
00004 #define JOYSTICK_H
00005 
00006 #include "nsdl_support.h"
00007 
00008 int create_joystick_resource(sn_nsdl_resource_info_s *resource_ptr);
00009 
00010 #endif