Jason Schilling / Mbed 2 deprecated miniProject7

Dependencies:   mbed TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Temperature.h Source File

Temperature.h

00001 #ifndef TEMPERATURE_H
00002 #define TEMPERATURE_H
00003 #include "mbed.h"
00004 extern I2C i2cTemp;
00005 float tempFar(float temp);
00006 float tempRan(float temp);
00007 float tempKel(float temp);
00008 void tempConfig(void);
00009 float readTemp();
00010 #endif