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

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

#include "gpio_wrapper.h"
#include "esp_log.h"
Include dependency graph for gpio_wrapper.c:

Go to the source code of this file.

Functions

void gpio_output (gpio_num_t pin_number)
 

Detailed Description

implementation for component to simplify setting up gpio pins

Definition in file gpio_wrapper.c.

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: