diff options
Diffstat (limited to 'stm32f091/server.h')
-rw-r--r-- | stm32f091/server.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stm32f091/server.h b/stm32f091/server.h new file mode 100644 index 0000000..6a3501d --- /dev/null +++ b/stm32f091/server.h @@ -0,0 +1,6 @@ +#pragma once + +void ws_server_demo(); + +/** FreeRTOS task that listens for incoming requests from the esp */ +void ws_server_listen_task(); |