mirror of
https://github.com/feelfreelinux/ds18b20.git
synced 2025-12-06 02:30:39 -08:00
Fixed spacing
This commit is contained in:
parent
87707959b5
commit
ae319b56c4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Simple library for <b>single</b> DS18B20 on ESP32
|
||||
#Usage
|
||||
# Usage
|
||||
Put <b>ds18b20.c</b> and <b>ds18b20.h</b> in the same directory as your project code. <br>
|
||||
Include library with <code>#include ds18b20.h</code> <br>
|
||||
To initialize library, call <code>ds18b20_init(GPIO);</code><br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue