Skip to content

Library for single DS18B20 on ESP32 esp-idf framework

Notifications You must be signed in to change notification settings

tomathivanan/ds18b20

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple library for single DS18B20 on ESP32

#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);
To get temperature(in Celcius), call ds18b20_get_temp();
For example, see this code.

About

Library for single DS18B20 on ESP32 esp-idf framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Makefile 1.4%