Compare commits
No commits in common. "826e1aefd507fbd0aba75175dcab1995a7c13128" and "638ad0238fd71d1c4919d7c9ce13b598505b1436" have entirely different histories.
826e1aefd5
...
638ad0238f
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,9 +1,9 @@
|
|||||||
[submodule "SOFTWARE/Lib/pico-onewire"]
|
[submodule "SOFTWARE/Lib/pico-onewire"]
|
||||||
path = SOFTWARE/Lib/pico-onewire
|
path = SOFTWARE/Lib/pico-onewire
|
||||||
url = https://github.com/adamboardman/pico-onewire.git
|
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"]
|
[submodule "SOFTWARE-FreeRTOS/FreeRTOS-Kernel"]
|
||||||
path = SOFTWARE-FreeRTOS/FreeRTOS-Kernel
|
path = SOFTWARE-FreeRTOS/FreeRTOS-Kernel
|
||||||
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
||||||
[submodule "SERVER/libconf"]
|
|
||||||
path = SERVER/libconf
|
|
||||||
url = https://git.aixiao.me/aixiao/libconf.git
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 基于 Raspberry Pico / Pico W (RP2040 FreeRTOS) 的厨房危险(火灾)报警 (Pico W WiFi传输暂时不玩)
|
# 基于 Raspberry Pico / Pico W 的厨房危险(火灾)报警 (Pico W WiFi传输暂时不玩)
|
||||||
|
|
||||||
* 使用 DS18B20温度传感器
|
* 使用 DS18B20温度传感器
|
||||||
* 使用 CH4 N55A甲烷气体传感器(进口) (弃用)
|
* 使用 CH4 N55A甲烷气体传感器(进口) (弃用)
|
||||||
@ -36,7 +36,7 @@
|
|||||||
git clone https://github.com/WiringPi/WiringPi.git
|
git clone https://github.com/WiringPi/WiringPi.git
|
||||||
cd WiringPi
|
cd WiringPi
|
||||||
./build
|
./build
|
||||||
cd ~/Danger-alarm/SERVER/hc-12
|
cd ~/Danger-alarm/SOFTWARE/Server/hc-12
|
||||||
make clean; make
|
make clean; make
|
||||||
./hc-12
|
./hc-12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user