summaryrefslogtreecommitdiffstats
path: root/Smol Watch Project/My Project/sleep_manager_main.h
blob: 41857a7867b3f15b53519d52b7792671450688a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Code generated from Atmel Start.
 *
 * This file will be overwritten when reconfiguring your Atmel Start project.
 * Please copy examples or other code you want to keep to a separate file or main.c
 * to avoid loosing it when reconfiguring.
 */
#ifndef SLEEP_MANAGER_MAIN_H
#define SLEEP_MANAGER_MAIN_H

#ifdef __cplusplus
extern "C" {
#endif // __cplusplus

#include <sleep_manager.h>

void sleep_manager_init(void);

#ifdef __cplusplus
}
#endif // __cplusplus

#endif // SLEEP_MANAGER_MAIN_H