- 3 channel power sensor ina3221 - io expander pca9557 - Some gpio moves - ... Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
12 lines
178 B
C
12 lines
178 B
C
//
|
|
// 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
|