|
HF-BNO08x
0.1.0-dev
|
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. | |
Tap detector event details.
| uint8_t TapEvent::direction {0} |
Tap direction: 0=+X, 1=-X, 2=+Y, 3=-Y, 4=+Z, 5=-Z.
| bool TapEvent::doubleTap {false} |
True if double-tap, false if single-tap.