readme.txt

来自「An example of TCP/IP stuff on msp430, ta」· 文本 代码 · 共 48 行

TXT
48
字号
tcpip=====Overview--------An example of TCP/IP stuff, taken from slaa137.pdf.Source------Files_:- README.txt_   This file- Makefile_     Build rules- cs8900.c_     ethernet packet-driver- cs8900.h_     header-file for cs8900.c- easyweb.c_    implements a dynamic HTTP-server by using the easyWEB-API- easyweb.h_    header-file for easyweb.c- tcpip.c_      implements the TCP/IP-stack and provides a simple API to the user- tcpip.h_      header-file for tcpip.c- webside.c_    example HTML-code for easyweb.c.. _files: ... _README.txt: README.txt.. _Makefile: Makefile.. _cs8900.c: cs8900.c.. _cs8900.h: cs8900.h.. _easyweb.c: easyweb.c.. _easyweb.h: easyweb.h.. _tcpip.c: tcpip.c .. _tcpip.h: tcpip.h .. _webside.c: webside.cDisclaimer----------Originaly from TI's application note slaa137.Adopted to use with gcc by mspgcc team: http://mspgcc.sf.net------back_.. _back: ../readme.html.. _license.txt: ../license.html

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?