HF-BNO08x  0.1.0-dev
Loading...
Searching...
No Matches
TapEvent Struct Reference

Tap detector event details. More...

#include <bno08x.hpp>

Public Attributes

bool doubleTap {false}
 True if double-tap, false if single-tap.
 
uint8_t direction {0}
 Tap direction: 0=+X, 1=-X, 2=+Y, 3=-Y, 4=+Z, 5=-Z.
 

Detailed Description

Tap detector event details.

Member Data Documentation

◆ direction

uint8_t TapEvent::direction {0}

Tap direction: 0=+X, 1=-X, 2=+Y, 3=-Y, 4=+Z, 5=-Z.

◆ doubleTap

bool TapEvent::doubleTap {false}

True if double-tap, false if single-tap.


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