Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
