11 lines
132 B
C
11 lines
132 B
C
#ifndef VOLTAGE_H
|
|
#define VOLTAGE_H
|
|
|
|
#include "ADC.h"
|
|
#include "GPIO.h"
|
|
|
|
void Voltage_conf();
|
|
|
|
double Voltage_getVoltage();
|
|
|
|
#endif
|