#ifndef __MAX6675_H__ #define __MAX6675_H__ int max6675_ReadTemp(int port,float* value); #endif