#ifndef NOTIFICATION_H #define NOTIFICATION_H #include #include void send_notification(uint8_t *content); #endif