Qwiic_Joystick_Py  2.0.0
Python for SFE Qwiic Joystick
Loading...
Searching...
No Matches
qwiic_joystick Namespace Reference

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
 

Variable Documentation

◆ JOYSTICK_BUTTON

int qwiic_joystick.JOYSTICK_BUTTON = 0x07

◆ JOYSTICK_CHANGE_ADDREESS

int qwiic_joystick.JOYSTICK_CHANGE_ADDREESS = 0x0A

◆ JOYSTICK_I2C_LOCK

int qwiic_joystick.JOYSTICK_I2C_LOCK = 0x09

◆ JOYSTICK_ID

int qwiic_joystick.JOYSTICK_ID = 0x00

◆ JOYSTICK_STATUS

int qwiic_joystick.JOYSTICK_STATUS = 0x08

◆ JOYSTICK_VERSION1

int qwiic_joystick.JOYSTICK_VERSION1 = 0x01

◆ JOYSTICK_VERSION2

int qwiic_joystick.JOYSTICK_VERSION2 = 0x02

◆ JOYSTICK_X_LSB

int qwiic_joystick.JOYSTICK_X_LSB = 0x04

◆ JOYSTICK_X_MSB

int qwiic_joystick.JOYSTICK_X_MSB = 0x03

◆ JOYSTICK_Y_LSB

int qwiic_joystick.JOYSTICK_Y_LSB = 0x06

◆ JOYSTICK_Y_MSB

int qwiic_joystick.JOYSTICK_Y_MSB = 0x05