Skip to content

Microchip TCN75 Temperature Sensor code for PIC microcontrollers and other C compilers

License

Notifications You must be signed in to change notification settings

ibexuk/C_Temperature_Sensor_Microchip_TCN75

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

######################################################################
##### Open sourced by IBEX, an electronic product design company #####
#####    based in South East England.  http://www.ibexuk.com     #####
######################################################################

The Microchip TCN75 is an I2C Bus temperature sensor device. It provides accurate temperture measurement at the PCB for embedded designs.

This driver provides the following functions:


READ TEMPERATURE
BYTE read_temperature (SIGNED_WORD *temperature)
Returns 1 if temperature was read sucessfully, 0 if not
temperature =
Temperature reading x0.5ºC (0×0000 = 0ºC)


Please view the sample source code files for full information regarding the driver.

About

Microchip TCN75 Temperature Sensor code for PIC microcontrollers and other C compilers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages