mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
* Fixed the format of ds18b20 wiki
This commit is contained in:
parent
ebcc9c1b3c
commit
069d7bf850
@ -1,12 +1,13 @@
|
||||
#DS18B20 模块
|
||||
##引用
|
||||
|
||||
```lua
|
||||
ds18b20 = require("ds18b20")
|
||||
|
||||
```
|
||||
#释放
|
||||
```lua
|
||||
ds18b20 = nil
|
||||
package.loaded["ds18b20"]=nil
|
||||
|
||||
```
|
||||
##常量
|
||||
C, F, K
|
||||
|
||||
|
@ -1,12 +1,13 @@
|
||||
#DS18B20 Module
|
||||
##Require
|
||||
|
||||
```lua
|
||||
ds18b20 = require("ds18b20")
|
||||
|
||||
```
|
||||
## Release
|
||||
```lua
|
||||
ds18b20 = nil
|
||||
package.loaded["ds18b20"]=nil
|
||||
|
||||
```
|
||||
##Constant
|
||||
C, F, K
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user