change directory

This commit is contained in:
aixiao 2024-06-06 09:43:33 +08:00
parent 76036bcee7
commit 826e1aefd5
10 changed files with 2 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule "SOFTWARE/Lib/pico-onewire"]
path = SOFTWARE/Lib/pico-onewire
url = https://github.com/adamboardman/pico-onewire.git
[submodule "SOFTWARE/Server/libconf"]
path = SOFTWARE/Server/libconf
url = https://git.aixiao.me/aixiao/libconf.git
[submodule "SOFTWARE-FreeRTOS/FreeRTOS-Kernel"]
path = SOFTWARE-FreeRTOS/FreeRTOS-Kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git

View File

@ -1,4 +1,4 @@
# 基于 Raspberry Pico / Pico W 的厨房危险(火灾)报警 Pico W WiFi传输暂时不玩
# 基于 Raspberry Pico / Pico W (RP2040 FreeRTOS) 的厨房危险(火灾)报警 Pico W WiFi传输暂时不玩
* 使用 DS18B20温度传感器
* 使用 CH4 N55A甲烷气体传感器(进口) (弃用)
@ -36,7 +36,7 @@
git clone https://github.com/WiringPi/WiringPi.git
cd WiringPi
./build
cd ~/Danger-alarm/SOFTWARE/Server/hc-12
cd ~/Danger-alarm/SERVER/hc-12
make clean; make
./hc-12