![]() |
Qwiic_Joystick_Py
2.0.0
Python for SFE Qwiic Joystick
|
Classes | |
class | QwiicJoystick |
QwiicJoystick. More... | |
Variables | |
int | JOYSTICK_ID = 0x00 |
int | JOYSTICK_VERSION1 = 0x01 |
int | JOYSTICK_VERSION2 = 0x02 |
int | JOYSTICK_X_MSB = 0x03 |
int | JOYSTICK_X_LSB = 0x04 |
int | JOYSTICK_Y_MSB = 0x05 |
int | JOYSTICK_Y_LSB = 0x06 |
int | JOYSTICK_BUTTON = 0x07 |
int | JOYSTICK_STATUS = 0x08 |
int | JOYSTICK_I2C_LOCK = 0x09 |
int | JOYSTICK_CHANGE_ADDREESS = 0x0A |
int qwiic_joystick.JOYSTICK_BUTTON = 0x07 |
int qwiic_joystick.JOYSTICK_CHANGE_ADDREESS = 0x0A |
int qwiic_joystick.JOYSTICK_I2C_LOCK = 0x09 |
int qwiic_joystick.JOYSTICK_ID = 0x00 |
int qwiic_joystick.JOYSTICK_STATUS = 0x08 |
int qwiic_joystick.JOYSTICK_VERSION1 = 0x01 |
int qwiic_joystick.JOYSTICK_VERSION2 = 0x02 |
int qwiic_joystick.JOYSTICK_X_LSB = 0x04 |
int qwiic_joystick.JOYSTICK_X_MSB = 0x03 |
int qwiic_joystick.JOYSTICK_Y_LSB = 0x06 |
int qwiic_joystick.JOYSTICK_Y_MSB = 0x05 |