mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
creating the temperature functions
This commit is contained in:
14
workspace/ts100/inc/Analog.h
Normal file
14
workspace/ts100/inc/Analog.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* 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_ */
|
||||
Reference in New Issue
Block a user