summaryrefslogtreecommitdiffstats
path: root/polycom_xmit/prototypes.h
blob: 64df8a21faf2fd542e8ce97e9a12e11046e238b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* main.c */
void user_rf_pre_init(void);
void user_init(void);
/* webserver.c */
void webserver_send_reply(struct espconn *conn, int status, char *type, char *body, size_t body_len);
void webserver_init(void);
/* util.c */
char *bounded_strstr(char *haystack, uint32_t len, char *needle);
bool util_isspace(char c);
void crash(void);
/* reset.c */
void reset_init(void);
/* wifi.c */
void wifi_init(void);
/* uart.c */
STATUS uart0_tx_one_char(uint8 TxChar);
void uart_init(void);
/* upgrade.c */
void upgrade(void);
/* gpio.c */
void gpio_page(struct espconn *conn);