new example: 'wear-os-gps' (meant for use on e.g. a canoe)

This commit is contained in:
pls.153 2022-07-03 14:15:07 +02:00
parent 33d7ed3cce
commit ab22dd809f
50 changed files with 920 additions and 3 deletions

View file

@ -1,20 +0,0 @@
#pragma once
#include <QObject>
#include <QVariant>
QT_BEGIN_NAMESPACE
extern "C" { QObject* ini(); }
class QT : public QObject {
Q_OBJECT
public:
// sensors
Q_INVOKABLE QVariant iniSensors();
Q_INVOKABLE QVariant heartRate();
Q_INVOKABLE QVariant heartRateAccuracy();
};
QT_END_NAMESPACE