#ifndef AMPEL_LORAWAN_H_ #define AMPEL_LORAWAN_H_ #include #include #include #include typedef uint8_t u1_t; //#include #include "co2_sensor.h" #include "led_effects.h" #include "config.h" #include "util.h" namespace lorawan { extern bool waiting_for_confirmation; void initialize(); void process(); void preparePayloadIfTimehasCome(); } #endif