|
|
@ -10,6 +10,7 @@ |
|
|
#include <helpers/sensors/LocationProvider.h> |
|
|
#include <helpers/sensors/LocationProvider.h> |
|
|
#ifdef DISPLAY_CLASS |
|
|
#ifdef DISPLAY_CLASS |
|
|
#include <helpers/ui/GxEPDDisplay.h> |
|
|
#include <helpers/ui/GxEPDDisplay.h> |
|
|
|
|
|
#include <helpers/ui/MomentaryButton.h> |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
class TechoSensorManager : public SensorManager { |
|
|
class TechoSensorManager : public SensorManager { |
|
|
@ -36,6 +37,7 @@ extern TechoSensorManager sensors; |
|
|
|
|
|
|
|
|
#ifdef DISPLAY_CLASS |
|
|
#ifdef DISPLAY_CLASS |
|
|
extern DISPLAY_CLASS display; |
|
|
extern DISPLAY_CLASS display; |
|
|
|
|
|
extern MomentaryButton user_btn; |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
bool radio_init(); |
|
|
bool radio_init(); |
|
|
|