Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_53L0A1 mbed
Fork of 53L0A1_HandGestureRecognition by
MotionData_t Struct Reference
[Motion]
Data structure for motion detection. More...
#include <tof_motion.h>
Data Fields | |
| int | threshold |
| int | duration |
| int | previousRange |
| int | timestamp |
| bool | firstTime |
Detailed Description
Data structure for motion detection.
Definition at line 71 of file tof_motion.h.
Field Documentation
| int duration |
Output : Duration (in ms)
Definition at line 73 of file tof_motion.h.
| bool firstTime |
Private : True only the first time
Definition at line 76 of file tof_motion.h.
| int previousRange |
Private : Obvious
Definition at line 74 of file tof_motion.h.
| int threshold |
Input : Range threshold
Definition at line 72 of file tof_motion.h.
| int timestamp |
Private : Obvious
Definition at line 75 of file tof_motion.h.
Generated on Wed Jul 13 2022 14:16:16 by
1.7.2
