1
0
forked from me/IronOS
Files
IronOS/workspace/ts100/inc/Analog.h
2016-09-20 14:33:59 +10:00

15 lines
236 B
C

/*
* Analog.h
*
* Created on: 20 Sep 2016
* Author: ralim
*/
#ifndef ANALOG_H_
#define ANALOG_H_
#include "stm32f10x.h"
uint16_t Get_ADC1Value(uint8_t i);
uint16_t readIronTemp(uint16_t calibration);
#endif /* ANALOG_H_ */