Compare commits

..

No commits in common. "2aca3268137e9fe84c10b55ac109910409f6bf1b" and "ee8cb6e71f8320c84f63d40c4a8b78d78c8fa444" have entirely different histories.

11 changed files with 3 additions and 55 deletions

3
.idea/.gitignore generated vendored
View File

@ -1,3 +0,0 @@
# 默认忽略的文件
/shelf/
/workspace.xml

View File

@ -1,6 +0,0 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

10
.idea/markdocs.iml generated
View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.13 (markdocs)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

7
.idea/misc.xml generated
View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.13 (markdocs)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (markdocs)" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml generated
View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/markdocs.iml" filepath="$PROJECT_DIR$/.idea/markdocs.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated
View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,4 @@
## 软件安装
- [👇arduinoIDE(windows系统)](http://Hugemaker.quickconnect.cn/d/s/10ukAFnVfhVr5mp1V9PfCNJ3z6ioveTg/xjsn90jbO2miAYcc20e3xXF9V9JY0iZh-fL-gn2GqUAw)
- [👇arduinoIDE(mac系统)](http://Hugemaker.quickconnect.cn/d/s/13YHfpV0RZDcQjdsTEq1FlVPQqybmPcG/ScWuIXLGjquFAkJQiNQTW2WPwUzs4aje-vr8gTZKqUAw)
- 在安装过程中直接下一步即可
- 安装完成打开软件后会弹出安装驱动的选项,点击安装即可
- [👇arduinoIDE(windows系统)](./installer/win/arduino-ide_2.3.3_Windows_64bit.exe)
- [👇arduinoIDE(mac系统)](./installer/mac/arduino-ide_2.3.6_macOS_64bit.dmg)
## 软件界面设置
### 语言选择
- 选择`file --> Prefrences... --> Langunge选项`改为简体中文
- ![img.png](img.png)
### 库文件导入
-

View File

@ -1,5 +0,0 @@
import os
import subprocess
# 运行 mkdocs serve 命令
subprocess.run(['mkdocs', 'serve'])