Joy Featherwing (I2C): Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoFeatherJoystickShieldComponent.png == Summary == Adafruit FeatherWing Joystick Shield with I²C interface for user input applications. == Description == The **FeatherWing Joystick Shield** provides analog joystick input with push-button functionality and additional buttons through I²C communication. It features a compact design for embedded applications and connects via I²C interface to Arduino boards. <b>Diagram:</b> Image:TArduinoFeatherJoysti..."
 
(No difference)

Latest revision as of 12:11, 8 September 2025

File:TArduinoFeatherJoystickShieldComponent.png

Summary

Adafruit FeatherWing Joystick Shield with I²C interface for user input applications.

Description

The **FeatherWing Joystick Shield** provides analog joystick input with push-button functionality and additional buttons through I²C communication. It features a compact design for embedded applications and connects via I²C interface to Arduino boards.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Address – I²C device address (Default: $49).
  • Name – Component identifier name.

Pins

Input Pins

  • Reset – Reset signal input.

Output Pins

  • X (analog) – Joystick X-axis position output.
  • Y (analog) – Joystick Y-axis position output.
  • Buttons: Up (digital) – Up button press output.
  • Buttons: Down (digital) – Down button press output.
  • Buttons: Left (digital) – Left button press output.
  • Buttons: Right (digital) – Right button press output.
  • Buttons: Select (digital) – Select button press output.
  • Interface (i2c) – I²C communication interface.

Categories