WIP simple C-based library for hacking on the watch
This commit is contained in:
10
Smol Watch Project/My Project/atmel_start.c
Normal file
10
Smol Watch Project/My Project/atmel_start.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <atmel_start.h>
|
||||
|
||||
/**
|
||||
* Initializes MCU, drivers and middleware in the project
|
||||
**/
|
||||
void atmel_start_init(void)
|
||||
{
|
||||
system_init();
|
||||
sleep_manager_init();
|
||||
}
|
||||
Reference in New Issue
Block a user