Skip to content

Commit b503dcd

Browse files
vittoriusBartMassey
authored andcommitted
Fix chapter reference in using-a-driver.md
1 parent e5c911b commit b503dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdbook/src/12-i2c/using-a-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
As we already discussed in chapter 5 `embedded-hal` provides abstractions
44
which can be used to write platform independent code that can interact with
55
hardware. In fact all the methods we have used to interact with hardware
6-
in chapter 7 and up until now in chapter 8 were from traits, defined by `embedded-hal`.
6+
in chapter [LED roulette](../07-led-roulette/index.html) and up until now in this chapter were from traits, defined by `embedded-hal`.
77
Now we'll make actual use of the traits `embedded-hal` provides for the first time.
88

99
It would be pointless to implement a driver for our LSM303AGR for every platform

0 commit comments

Comments
 (0)