aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate_game/heartrate_game.pyproject
blob: e4c40874aa8ba8d5754d7abc932ab26ed243f39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "files": ["main.py",
              "bluetoothbaseclass.py",
              "connectionhandler.py",
              "devicefinder.py",
              "devicehandler.py",
              "deviceinfo.py",
              "heartrate_global.py",
              "qml/main.qml",
              "qml/App.qml",
              "qml/BluetoothAlarmDialog.qml",
              "qml/BottomLine.qml",
              "qml/Connect.qml",
              "qml/GameButton.qml",
              "qml/GamePage.qml",
              "qml/GameSettings.qml",
              "qml/Measure.qml",
              "qml/SplashScreen.qml",
              "qml/Stats.qml",
              "qml/StatsLabel.qml",
              "qml/TitleBar.qml"]
}