|
|
@ -11,6 +11,7 @@ |
|
|
#include <helpers/sensors/LocationProvider.h> |
|
|
#include <helpers/sensors/LocationProvider.h> |
|
|
#ifdef DISPLAY_CLASS |
|
|
#ifdef DISPLAY_CLASS |
|
|
#include <helpers/ui/SSD1306Display.h> |
|
|
#include <helpers/ui/SSD1306Display.h> |
|
|
|
|
|
#include <helpers/ui/MomentaryButton.h> |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
class MASensorManager : public SensorManager { |
|
|
class MASensorManager : public SensorManager { |
|
|
@ -37,8 +38,10 @@ extern MASensorManager 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(); |
|
|
uint32_t radio_get_rng_seed(); |
|
|
uint32_t radio_get_rng_seed(); |
|
|
void radio_set_params(float freq, float bw, uint8_t sf, uint8_t cr); |
|
|
void radio_set_params(float freq, float bw, uint8_t sf, uint8_t cr); |
|
|
|