Skip to content

Commit 683dd11

Browse files
authored
Merge pull request #55 from cldershem/patch-5
Fixes small typos.
2 parents 8de090e + 60320a5 commit 683dd11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/14-i2c/lsm303dlhc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Two of the sensors in the F3, the magnetometer and the accelerometer, are
44
packaged in a single component: the LSM303DLHC integrated circuit. These two
5-
sensors can be accessed via an I2C bus. Each sensor behaves like a I2C slaves
5+
sensors can be accessed via an I2C bus. Each sensor behaves like an I2C slave
66
and has a *different* address.
77

88
Each sensor has its own memory where it stores the results of sensing its
@@ -24,6 +24,6 @@ read through it to see how one can read the sensors' registers. That part is in:
2424
> Section 5.1.1 I2C Operation - Page 20 - LSM303DLHC Data Sheet
2525
2626
The other part of the documentation relevant to this book is the description
27-
of the registers. That part is in
27+
of the registers. That part is in:
2828

2929
> Section 7 Register description - Page 25 - LSM303DLHC Data Sheet

0 commit comments

Comments
 (0)