extmod/modwebsocket: Start module for WebSocket helper functions.

Currently, only write support is implemented (of limited buffer size).
This commit is contained in:
Paul Sokolovsky
2016-03-24 19:14:12 +02:00
parent d4c8e626f2
commit 24342dd65e
6 changed files with 115 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ extern const mp_obj_module_t mp_module_urandom;
extern const mp_obj_module_t mp_module_ussl;
extern const mp_obj_module_t mp_module_machine;
extern const mp_obj_module_t mp_module_lwip;
extern const mp_obj_module_t mp_module_websocket;
// extmod functions
MP_DECLARE_CONST_FUN_OBJ(pyb_mount_obj);