aboutsummaryrefslogtreecommitdiff
path: root/src/joy.h
blob: f510c2a8b8156be4dc87a6e3c66d952b97840465 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _JOY_H
#define _JOY_H

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

/* returns the bits specified in control.h */
uint8_t joy_read();

#endif /* _JOY_H */