My Project
Functions
analog.cpp File Reference
#include "analog.h"
Include dependency graph for analog.cpp:

Go to the source code of this file.

Functions

float calculateVoltageDegree3 (int input)
 
float adcToVoltage (int value)
 
float analogReadVoltage (int pin)
 

Function Documentation

◆ adcToVoltage()

float adcToVoltage ( int  value)

Definition at line 16 of file analog.cpp.

References calculateVoltageDegree3().

Referenced by analogReadVoltage().

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

◆ analogReadVoltage()

float analogReadVoltage ( int  pin)

Definition at line 21 of file analog.cpp.

References adcToVoltage().

Here is the call graph for this function:

◆ calculateVoltageDegree3()

float calculateVoltageDegree3 ( int  input)

Definition at line 7 of file analog.cpp.

Referenced by adcToVoltage().

Here is the caller graph for this function: