ESP32AnalogRead
Functions | Variables
ESP32AnalogReadTest.ino File Reference
#include "Arduino.h"
#include <ESP32AnalogRead.h>
Include dependency graph for ESP32AnalogReadTest.ino:

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

ESP32AnalogRead adc
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 10 of file ESP32AnalogReadTest.ino.

References ESP32AnalogRead::readVoltage().

Here is the call graph for this function:

◆ setup()

void setup ( )

Definition at line 4 of file ESP32AnalogReadTest.ino.

References ESP32AnalogRead::attach().

Here is the call graph for this function:

Variable Documentation

◆ adc

Definition at line 3 of file ESP32AnalogReadTest.ino.