12
main/include/system.h
Normal file
12
main/include/system.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by shinys on 25. 8. 5.
|
||||
//
|
||||
|
||||
#ifndef SYSTEM_H
|
||||
#define SYSTEM_H
|
||||
|
||||
void start_reboot_timer(int sec);
|
||||
void stop_reboot_timer();
|
||||
void start_webserver();
|
||||
|
||||
#endif //SYSTEM_H
|
||||
Reference in New Issue
Block a user