100pcs Higher Quality Dual-axis XY Joystick Module PS2 Joystick Control Lever Sensor KY-023, Price For Sale
$61.86 Original price was: $61.86.$61.85Current price is: $61.85.
Description
Descriptions:
In the introduction of how to use, we first look at how it works, which we use it very helpful, there is a function of the following diagram:
In fact, this module is a potentiometer, x, y-dimensional data output port is read out the analog voltage. This figure does not draw the above z-dimensional data output, z-dimensional output only 0 and 1, can be achieved by a button. All in all, it is a combination of potentiometer and button. In the Arduino use it, x, y dimension we received two analog ports to read their values, while the z-dimensional we are connected to the digital port, connected to the power and ground.
test program:
Int JoyStick_X = 0; // x
Int JoyStick_Y = 1; // y
Int JoyStick_Z = 3; // key
Void setup () {pinMode (JoyStick_X, INPUT);
PinMode (JoyStick_Y, INPUT);
PinMode (JoyStick_Z, INPUT);
Serial.begin (9600); // 9600 bps}
Y = analogRead (JoyStick_Y); z = digitalRead (JoyStick_Z); void loop () {int x, y, z;
Serial.print (x, DEC); Serial.print ( “,”);
Serial.print (y, DEC); Serial.print ( “,”);
Serial.println (z, DEC);
CFsunbird
Package Included:
100pcs X Quality Dual-axis XY Joystick Module
Date First Available : January 5, 2022
Manufacturer : Midzooparts
ASIN : B09PQS7F1J
100pcs Higher Quality Dual-axis XY Joystick Module PS2 Joystick Control Lever Sensor KY-023
Related products
-
Sale!
Total Overdose (PS2) by Eidos, Price For Sale
0 out of 5$129.99Original price was: $129.99.$129.98Current price is: $129.98. Add to cart -
Sale!
PS2 DualShock 2 Controller Lemon Yellow (Renewed), Price For Sale
0 out of 5$59.39Original price was: $59.39.$59.38Current price is: $59.38. Add to cart -
Sale!
Rome Tech Replacement CR2032-LC1 CMOS Battery for Sony PlayStation 2/3 – PS2 PS3 Backup RTC BIOS CR2032 3 Volt Battery – 2 Wire Cable (10-Pack), Price For Sale
0 out of 5$65.90Original price was: $65.90.$65.89Current price is: $65.89. Add to cart
Reviews
There are no reviews yet.