Dear all,
dose any one of you have the experince with the digital tempratuere sensor MCP9804.
Is there any code for that under arduino opensource projects?
The data sheet of the sensor is under:
I would be happy if somebody helps me in that issue.
I have no idea how to start.
Thank you in advanced =( =( =( =( =(
It looks like a fairly standard I2C interface - perhaps start with the code for another I2C device and change what's necessary? The DS1307 RTC for instance is such a device - the register assignments will be different of course, but the basic code to acces the bus should be similar.