From efd1e8a1238af8eea53afa0d5acac071d73d1ea5 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 25 Apr 2021 22:43:47 -0400 Subject: WIP simple C-based library for hacking on the watch --- Smol Watch Project/My Project/sleep_manager_main.h | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Smol Watch Project/My Project/sleep_manager_main.h (limited to 'Smol Watch Project/My Project/sleep_manager_main.h') diff --git a/Smol Watch Project/My Project/sleep_manager_main.h b/Smol Watch Project/My Project/sleep_manager_main.h new file mode 100644 index 00000000..41857a78 --- /dev/null +++ b/Smol Watch Project/My Project/sleep_manager_main.h @@ -0,0 +1,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 + +void sleep_manager_init(void); + +#ifdef __cplusplus +} +#endif // __cplusplus + +#endif // SLEEP_MANAGER_MAIN_H -- cgit v1.2.3