This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Indoor/sensors/activity/Activity.h
toni 1dac907004 added boxkde resamplin in 2D and 3D
read activity out of sensor offline file
2018-11-24 17:09:41 +01:00

21 lines
186 B
C

#ifndef ACTIVITY_H
#define ACTIVITY_H
enum class Activity {
WALKING,
STANDING,
WALKING_UP,
WALKING_DOWN,
ELEVATOR_UP,
ELEVATOR_DOWN,
};
#endif // ACTIVITY_H