aboutsummaryrefslogtreecommitdiff
path: root/include/ubox_joy.h
blob: 002b58e28a002af9860c6d13394d88cfdfaf0a1a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _UBOX_JOY_H
#define _UBOX_JOY_H

/* it also calibrates */
uint8_t ubox_joy_detect();

/* returns the bits specified in ubox_control.h */
uint8_t ubox_joy_read();

#endif /* _UBOX_JOY_H */