#ifndef SYNCH_H #define SYNCH_H #include #include "utils/leds.h" #define MAX_SAMPLES 10 // Vorwärtsdeklarationen void synchronite(struct k_work *work); // Hardware //extern struct gpio_callback button_cb_data; #endif