SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
main.cpp File Reference
Include dependency graph for main.cpp:

Go to the source code of this file.

Macros

#define PIN_LED_R   D6
 
#define PIN_LED_G   D7
 
#define PIN_LED_B   D8
 
#define PIN_BUTTON   D0
 
#define LED_ON_COLOR   0x004700
 
#define LED_OFF_COLOR   0x261900
 

Functions

void setup ()
 
void loop ()
 

Macro Definition Documentation

◆ LED_OFF_COLOR

#define LED_OFF_COLOR   0x261900

Definition at line 36 of file main.cpp.

◆ LED_ON_COLOR

#define LED_ON_COLOR   0x004700

Definition at line 35 of file main.cpp.

◆ PIN_BUTTON

#define PIN_BUTTON   D0

Definition at line 32 of file main.cpp.

◆ PIN_LED_B

#define PIN_LED_B   D8

Definition at line 31 of file main.cpp.

◆ PIN_LED_G

#define PIN_LED_G   D7

Definition at line 30 of file main.cpp.

◆ PIN_LED_R

#define PIN_LED_R   D6

Definition at line 29 of file main.cpp.

Function Documentation

◆ loop()

void loop ( )

Definition at line 109 of file main.cpp.

Here is the call graph for this function:

◆ setup()

void setup ( )

Definition at line 38 of file main.cpp.

Here is the call graph for this function: