差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
ds18b20 [2022/01/27 07:49] gongyusu [4 MicroPython代码] |
ds18b20 [2022/01/27 07:54] (当前版本) gongyusu |
||
---|---|---|---|
行 1: | 行 1: | ||
+ | ## DS18B20温度传感器的使用 | ||
+ | {{ :ds18b20-tempeature-sensor-pinout.jpeg |}} | ||
+ | |||
+ | ### 1. 介绍 | ||
+ | |||
+ | ### 2. 工作原理 | ||
+ | |||
+ | ### 3. 电路连接 | ||
+ | |||
### 4 MicroPython代码 | ### 4 MicroPython代码 | ||
行 5: | 行 14: | ||
* [[http://www.pibits.net/code/raspberry-pi-pico-and-ds18b20-thermometer-using-micropython.php|Raspberry Pi Pico and DS18b20 thermometer using Micropython]] | * [[http://www.pibits.net/code/raspberry-pi-pico-and-ds18b20-thermometer-using-micropython.php|Raspberry Pi Pico and DS18b20 thermometer using Micropython]] | ||
+ | |||
+ | ### 5. Verilog代码 | ||
+ | * [[temp_sensor_verilog|STEP FPGA驱动温度传感器DS18B20Z]] | ||
+ | * [[温度计|基于小脚丫STEP MXO2的温度显示系统]] | ||