|
esp32-warm-water
esp32 based project for the control of a heating element based on temperature
|
#include <stddef.h>#include <stdbool.h>#include <inttypes.h>#include <string.h>#include <stdlib.h>#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include "esp_log.h"#include "sdkconfig.h"#include "driver/gpio.h"#include "owb.h"#include "owb_gpio.h"
Go to the source code of this file.
Functions | |
| OneWireBus * | owb_gpio_initialize (owb_gpio_driver_info *driver_info, int gpio) |
| Initialise the GPIO driver. More... | |
| OneWireBus* owb_gpio_initialize | ( | owb_gpio_driver_info * | driver_info, |
| int | gpio | ||
| ) |
Initialise the GPIO driver.
Definition at line 263 of file owb_gpio.c.