esp32-warm-water
esp32 based project for the control of a heating element based on temperature
Functions
gpio_wrapper.h File Reference

defininitions for component to simplify setting up gpio pins More...

#include "driver/gpio.h"
Include dependency graph for gpio_wrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void gpio_output (gpio_num_t)
 

Detailed Description

defininitions for component to simplify setting up gpio pins

Definition in file gpio_wrapper.h.

Function Documentation

◆ gpio_output()

void gpio_output ( gpio_num_t  pin_number)

set pin to output with no pullup, pulldown or interrupts

Parameters
pin_numberthe actual pin number you want to enable (bitmask is computed internally)

Definition at line 41 of file gpio_wrapper.c.

Here is the caller graph for this function: