Redeuce delay in readings and make it restore timer so we now have awesome performance

This commit is contained in:
Ben V. Brown
2016-09-29 00:31:36 +10:00
parent c6559312f0
commit c98e4126b2
6 changed files with 21 additions and 17 deletions

View File

@@ -14,5 +14,5 @@
extern volatile uint16_t ADC1ConvertedValue[2];
uint16_t Get_ADC1Value(uint8_t i);
uint16_t readIronTemp(uint16_t calibration);
uint16_t readIronTemp(uint16_t calibration,uint8_t read);
#endif /* ANALOG_H_ */