Skip to content

Commit

Permalink
Update components/ds18b20/examples/ds18b20-read/main/ds18b20-read.c
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Grokhotkov <igrokhotkov@gmail.com>
  • Loading branch information
pedrominatel and igrr authored Sep 24, 2024
1 parent 7505af1 commit 13cd572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ds18b20/examples/ds18b20-read/main/ds18b20-read.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*/

#include <stdio.h>
#include "ds18b20.h"
#include "onewire_bus.h"
#include "esp_log.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "ds18b20.h"
#include "onewire_bus.h"

#define EXAMPLE_ONEWIRE_BUS_GPIO 18
#define EXAMPLE_ONEWIRE_MAX_DS18B20 2
Expand Down

0 comments on commit 13cd572

Please sign in to comment.