Jason Schilling / Mbed 2 deprecated miniProject7

Dependencies:   mbed TextLCD

Temperature.h

Committer:
nthompson22
Date:
2019-01-16
Revision:
3:7d5e3b2ed878
Child:
5:8582a28cf944

File content as of revision 3:7d5e3b2ed878:

#ifndef TEMPERATURE_H
#define TEMPERATURE_H
#include "mbed.h"
extern i2cTemp;
float tempFar(float temp);
float tempRan(float temp);
float tempKel(float temp);
void tempConfig(void);
float readTemp(float rawTemp);
#endif