#define _GNU_SOURCE #include <stdbool.h> void scheduler_realtime(); void scheduler_standard(); void calculate_values(unsigned char *buf, float pressure_hpa, bool send_wu, bool send_mqtt);