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

@@ -752,3 +752,7 @@ Q(uniform)
Q(VfsFat)
Q(flush)
#endif
#if MICROPY_PY_WEBSOCKET
Q(websocket)
#endif