We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c911b commit b503dcdCopy full SHA for b503dcd
mdbook/src/12-i2c/using-a-driver.md
@@ -3,7 +3,7 @@
3
As we already discussed in chapter 5 `embedded-hal` provides abstractions
4
which can be used to write platform independent code that can interact with
5
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`.
+in chapter [LED roulette](../07-led-roulette/index.html) and up until now in this chapter were from traits, defined by `embedded-hal`.
7
Now we'll make actual use of the traits `embedded-hal` provides for the first time.
8
9
It would be pointless to implement a driver for our LSM303AGR for every platform
0 commit comments