SingingCat
0
application
include
powerup.h
1
#ifndef POWERUP_H
2
#define POWERUP_H
3
4
#define POWERUP_COLDSTART 1
5
#define POWERUP_CLI 2
6
#define POWERUP_LOOP 3
7
8
void
powerup_init();
9
void
check_power_on_loop();
10
void
send_power_up(
int
reason);
// send powerup message
11
void
send_power_up_now(
int
reason);
// send powerup message now, no matter if we sent it before
12
int
powerup_status();
// status of powerup
13
int
powerup_delivered();
// return >0 if powerup was delivered
14
#endif
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4