|
My Project
|
#include "Arduino.h"

Go to the source code of this file.
Functions | |
| 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().

1.8.17