aboutsummaryrefslogtreecommitdiff
path: root/include/ubox_joy.h
blob: b86765cc4b52c06a48a601708abff79d34969b1f (plain)
1
2
3
4
5
6
7
#pragma once

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

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