From ddd3b77182001045d5c76958df51253a60cb4591 Mon Sep 17 00:00:00 2001 From: kerwincui <164770707@qq.com> Date: Sat, 14 May 2022 10:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sdk/RaspberryPi/README.md | 9 +-------- sdk/RaspberryPi/更多参考教程.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 sdk/RaspberryPi/更多参考教程.txt diff --git a/sdk/RaspberryPi/README.md b/sdk/RaspberryPi/README.md index 7d4c11ac..80b83532 100644 --- a/sdk/RaspberryPi/README.md +++ b/sdk/RaspberryPi/README.md @@ -41,12 +41,5 @@ python3 main_sdk.py #### 三、开发参考资料: - [Eclipse Paho MQTT Python Client 使用手册 | Cooooder](https://www.cooooder.com/archives/20210303) -- [Python 实现AES加密 - 知乎 (zhihu.com)](https://zhuanlan.zhihu.com/p/261694311) -- [python实现AES加密解密_Hello_wshuo的博客-CSDN博客_python实现aes加密](https://blog.csdn.net/chouzhou9701/article/details/122019967) -- [使用python time()方法-Python学习网](http://www.py.cn/jishu/jichu/20424.html) -- [python 线程定时器Timer(37) - 知乎 (zhihu.com)](https://zhuanlan.zhihu.com/p/91412537) -- [浅谈Python的格式化输出_python_脚本之家 (jb51.net)](https://www.jb51.net/article/225609.htm) -- [Python Request库入门 - 简书 (jianshu.com)](https://www.jianshu.com/p/d78982126318) -- [Python JSON | 菜鸟教程 (runoob.com)](https://www.runoob.com/python/python-json.html) -- [Python random() 函数 | 菜鸟教程 (runoob.com)](https://www.runoob.com/python/func-number-random.html) +- 更多资料参考文本文件 diff --git a/sdk/RaspberryPi/更多参考教程.txt b/sdk/RaspberryPi/更多参考教程.txt new file mode 100644 index 00000000..33092978 --- /dev/null +++ b/sdk/RaspberryPi/更多参考教程.txt @@ -0,0 +1,9 @@ + [Eclipse Paho MQTT Python Client 使用手册 | Cooooder](https://www.cooooder.com/archives/20210303) +[Python 实现AES加密 - 知乎 (zhihu.com)](https://zhuanlan.zhihu.com/p/261694311) +[python实现AES加密解密_Hello_wshuo的博客-CSDN博客_python实现aes加密](https://blog.csdn.net/chouzhou9701/article/details/122019967) +[使用python time()方法-Python学习网](http://www.py.cn/jishu/jichu/20424.html) +[python 线程定时器Timer(37) - 知乎 (zhihu.com)](https://zhuanlan.zhihu.com/p/91412537) +[浅谈Python的格式化输出_python_脚本之家 (jb51.net)](https://www.jb51.net/article/225609.htm) +[Python Request库入门 - 简书 (jianshu.com)](https://www.jianshu.com/p/d78982126318) +[Python JSON | 菜鸟教程 (runoob.com)](https://www.runoob.com/python/python-json.html) +[Python random() 函数 | 菜鸟教程 (runoob.com)](https://www.runoob.com/python/func-number-random.html) \ No newline at end of file