Hello!
I'm new to msp430 and currently have a project on humidity sensor. I'm using the MSP-EXP430G2 launchpad for testing the sht75 sensor.
I have a look in the sample code which is provided here:
http://www.sensirion.com/en/products/humidity-temperature/download-center/
I made some modifications to the code in order to run it on msp430g2553 (compiler IAR). However, it seems that I can't read anything from the sensor (I read the information by printing to the Terminal I/O). I have also checked the connections, pull-up resistor and removed the jumper on P1.0 and P1.6 which are used for the
SCK and DATA line. Can anyone take a look at my code here: (Please visit the site to view this file) and see if it's ok? Any help would be greatly appreciated.