sensorfw
|
#include "sysfsadaptor.h"
#include <QString>
#include <QStringList>
#include <linux/input.h>
#include "deviceadaptorringbuffer.h"
#include "datatypes/orientationdata.h"
#include <QTime>
Go to the source code of this file.
Classes | |
class | Mpu6050AccelAdaptor |
Macros | |
#define | X_AXIS 1 |
Copyright 2013 Ruediger Gad r.c.g.nosp@m.@gmx.nosp@m..de More... | |
#define | Y_AXIS 2 |
#define | Z_AXIS 3 |
#define X_AXIS 1 |
Copyright 2013 Ruediger Gad r.c.g.nosp@m.@gmx.nosp@m..de
The Mpu6050AccelAdaptor was created based on the OemTabletAccelAdaptor.
This file is part of Sensord.
Sensord is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation.
Sensord is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Sensord. If not, see http://www.gnu.org/licenses/.
Definition at line 31 of file mpu6050accelerometeradaptor.h.
#define Y_AXIS 2 |
Definition at line 32 of file mpu6050accelerometeradaptor.h.
#define Z_AXIS 3 |
Definition at line 33 of file mpu6050accelerometeradaptor.h.