My Project
Functions
analog.h File Reference
#include "Arduino.h"
Include dependency graph for analog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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: