From ea4510dfe03f891340985594c4de15134e548853 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Nov 2015 12:54:57 +0000 Subject: recvr --- polycom_recv/prototypes.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 polycom_recv/prototypes.h (limited to 'polycom_recv/prototypes.h') diff --git a/polycom_recv/prototypes.h b/polycom_recv/prototypes.h new file mode 100644 index 0000000..b8063ec --- /dev/null +++ b/polycom_recv/prototypes.h @@ -0,0 +1,27 @@ +/* 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 */ +uint32_t gpio_read(void); +void gpio_write(int a, int b, int c, int d); +void gpio_init(void); +/* msg.c */ +void msg_init(void); +/* mdns.c */ +void mdns_start(void); -- cgit v1.2.3