diff --git a/README.md b/README.md index 2873f73..b65c8f2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Simple library for single DS18B20 on ESP32 -#Usage +# Usage Put ds18b20.c and ds18b20.h in the same directory as your project code.
Include library with #include ds18b20.h
To initialize library, call ds18b20_init(GPIO);