at-engine:Arduino库可使用AT协议设置串行通信

时间:2024-03-28 23:03:47
【文件属性】:

文件名称:at-engine:Arduino库可使用AT协议设置串行通信

文件大小:12KB

文件格式:ZIP

更新时间:2024-03-28 23:03:47

C++

发动机 Arduino库可使用AT协议设置串行通信 用法示例 定义AT命令处理程序 # include < Arduino> # include < at> // 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
----.gitignore(305B)
----README.md(1KB)
----.github()
--------workflows()
----test()
--------at-test.cpp(9KB)
--------test-lib()
--------run.cpp(270B)
----platformio.ini(55B)
----LICENSE(1KB)
----include()
--------streams.h(855B)
--------at.h(2KB)
----library.json(715B)
----src()
--------streams.cpp(742B)
--------at.cpp(6KB)
----Makefile(1KB)

网友评论