esp32-warm-water
esp32 based project for the control of a heating element based on temperature
|
implementation for component to simplify setting up gpio pins More...
Go to the source code of this file.
Functions | |
void | gpio_output (gpio_num_t pin_number) |
implementation for component to simplify setting up gpio pins
Definition in file gpio_wrapper.c.
void gpio_output | ( | gpio_num_t | pin_number | ) |
set pin to output with no pullup, pulldown or interrupts
pin_number | the actual pin number you want to enable (bitmask is computed internally) |
Definition at line 41 of file gpio_wrapper.c.