esp32-warm-water
esp32 based project for the control of a heating element based on temperature
Functions
led.h File Reference
#include "gpio_wrapper.h"
Include dependency graph for led.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void led_init (void)
 
void led_on (int pin)
 
void led_off (int pin)
 

Function Documentation

◆ led_init()

void led_init ( void  )

set up the led as an output

Definition at line 4 of file led.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ led_off()

void led_off ( int  pin)

turn the led off

Definition at line 15 of file led.c.

Here is the caller graph for this function:

◆ led_on()

void led_on ( int  pin)

turn the led on

Definition at line 10 of file led.c.

Here is the caller graph for this function: