CC3200官方out_of_box工程内的HTML是怎么开发的,我想设计HTML界面运行在CC3200上,有开发这方面的文档吗
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
CC3200官方out_of_box工程内的HTML是怎么开发的,我想设计HTML界面运行在CC3200上,有开发这方面的文档吗
可以用HTML加javascript, 如果你用芯片内部的HTTP server, 那处理HTTP 请求的代码需要在HTTP SERVER callback这个函数里面。
如果你用自己的http server, 请记得关掉芯片里面的http server.