ChaletLora/ChaletLora.X/Source/CurrentSensor.h
2021-05-22 22:08:19 -04:00

17 lines
217 B
C

/*
* File: SPI.h
* Author: JF
*
* Created on December 2, 2018, 3:36 PM
*/
#ifndef CURRENTSENSOR_H
#define CURRENTSENSOR_H
int CurrentSensorInit();
int GetSolarPanelCurrent();
#endif /* CURRENTSENSOR_H */