USB Host Shield 2.0
Public Attributes | List of all members
ps5TouchpadXY Struct Reference

#include <PS5Parser.h>

Public Attributes

struct {
   uint8_t   counter: 7
 
   uint8_t   touching: 1
 
   uint16_t   x: 12
 
   uint16_t   y: 12
 
finger [2]
 

Detailed Description

Definition at line 81 of file PS5Parser.h.

Member Data Documentation

◆ counter

uint8_t ps5TouchpadXY::counter

Definition at line 83 of file PS5Parser.h.

◆ touching

uint8_t ps5TouchpadXY::touching

Definition at line 84 of file PS5Parser.h.

◆ x

uint16_t ps5TouchpadXY::x

Definition at line 85 of file PS5Parser.h.

◆ y

uint16_t ps5TouchpadXY::y

Definition at line 86 of file PS5Parser.h.

◆ 

struct { ... } ps5TouchpadXY::finger[2]

The documentation for this struct was generated from the following file: