|
My Project
|
#include "analog.h"
Go to the source code of this file.
Functions | |
| float | calculateVoltageDegree3 (int input) |
| float | adcToVoltage (int value) |
| float | analogReadVoltage (int pin) |
| float adcToVoltage | ( | int | value | ) |
Definition at line 16 of file analog.cpp.
References calculateVoltageDegree3().
Referenced by analogReadVoltage().


| float analogReadVoltage | ( | int | pin | ) |
Definition at line 21 of file analog.cpp.
References adcToVoltage().

| float calculateVoltageDegree3 | ( | int | input | ) |
Definition at line 7 of file analog.cpp.
Referenced by adcToVoltage().

1.8.17