16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 01:39:19 +02:00

motion telemetry preparations

This commit is contained in:
milek7
2018-01-15 13:44:27 +01:00
parent 4d2d777737
commit 943eabf8a1
8 changed files with 126 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ http://mozilla.org/MPL/2.0/.
#include <string>
#include "renderer.h"
#include "dumb3d.h"
#include "motiontelemetry.h"
// definicje klawiszy
const int k_IncMainCtrl = 0; //[Num+]
@@ -311,6 +312,7 @@ public:
bool debug = false;
};
static uart_conf_t uart_conf;
static motiontelemetry::conf_t motiontelemetry_conf;
static opengl_light DayLight;