picofuse

init.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
15 void sys_init(void);
16 
20 void sys_exit(void);
21 
22 #ifdef __cplusplus
23 }
24 #endif
void sys_exit(void)
Cleans up the system on shutdown.
void sys_init(void)
Initializes the system on startup.