Skip to content

Commit 355bcbd

Browse files
authored
Update README.md
1 parent 3a1e173 commit 355bcbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Low-level I2C communication using UCB0 registers, interrupts, and MCU LPM0 mode.
66
Temperature resolution: 14-bit displayed with 4 significant figures.
77
Humidity resolution: 11-bit displayed with 3 significant figures. Ground the ADR pin to set slave address at 0X40.
88
Sensor is briefly heated at startup/reset; heater draws 90 mA at 3.3V.
9-
Main loop runs with timed interrupt from LPM3 and VLO clock. I2C clock: 100 kHz using 10k pullup resistors; UART: 9600 baud.
9+
Main loop runs with timed interrupt from LPM3 and VLO clock; I2C clock: 100 kHz using 10k pullup resistors; UART: 9600 baud.
1010
IDE with CCS 6.1.3 and nofloat printf support.
1111

12-
<p>Configuration registers for the Fx5xx and FR59xx families are not compatible; complete code for each is in the corresponding folders.
12+
<p>Configuration registers for the Fx5xx and FR59xx families are not compatible; complete code for each is in the corresponding directories.
1313

1414
<p>Mouser product video: https://www.youtube.com/watch?v=p8QBYTFYhUg

0 commit comments

Comments
 (0)