|
TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
|
Represents a joystick input device. More...
#include <io.h>
Data Fields | |
| unsigned int | adc_channel_x |
| unsigned int | adc_channel_y |
| int | x_min |
| int | y_min |
| int | x_max |
| int | y_max |
| unsigned int io_joystick_device::adc_channel_x |
ADC channel for X-axis
Definition at line 56 of file io.h.
Referenced by io_joystick_read_position(), and utils_joystick_print_raw().
| unsigned int io_joystick_device::adc_channel_y |
ADC channel for Y-axis
Definition at line 57 of file io.h.
Referenced by io_joystick_read_position(), and utils_joystick_print_raw().
| int io_joystick_device::x_max |
| int io_joystick_device::x_min |
| int io_joystick_device::y_max |
| int io_joystick_device::y_min |