max6675.h 99 B

1234567
  1. #ifndef __MAX6675_H__
  2. #define __MAX6675_H__
  3. int max6675_ReadTemp(int port,float* value);
  4. #endif