mk450: x and y axis basic implementation
[cortex-from-scratch] / include / drivers / mk450_joystick.h
1 #ifndef __MK450_JOYSTICK_H
2 #define __MK450_JOYSTICK_H
3
4 extern void mk450_init();
5 extern uint16_t mk450_getx();
6 extern uint16_t mk450_gety();
7
8 #endif
9