at engine:Arduino库可使用AT协议设置串行通信 源码
发动机 Arduino库可使用AT协议设置串行通信 用法示例 定义AT命令处理程序 # include # include // Define command handler class ATPing : public at ::Handler { public: ATPing () : at::Handler( " AT+PING " ){}; void Handle (at::Input input, at::Responder *resp) { if (input. length == 0 ) { resp-> writeLine ( " PONG " ); } else { resp->
文件列表
at-engine-main.zip
(预估有个18文件)
at-engine-main
.gitignore
305B
README.md
1KB
.github
workflows
publish.yaml
899B
run-tests.yaml
847B
test
at-test.cpp
9KB
test-lib
暂无评论