You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Richard Hodges edited this page Dec 14, 2022
·
1 revision
The MAX6675 is a device that converts the output of a K type thermocouple into a binary temperature. It returns a value from 0C to 1023.75C as a 12 bit binary value. A return value of MAX6675_ERROR indicates a wiring problem.
voidmax6675_init(void);
int16_tmax6675_read(void); /* Get temperature. out: 12-bit signed value, degrees C * 4 */