Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mdbook/src/12-i2c/using-a-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
As we already discussed in chapter 5 `embedded-hal` provides abstractions
which can be used to write platform independent code that can interact with
hardware. In fact all the methods we have used to interact with hardware
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`.
Now we'll make actual use of the traits `embedded-hal` provides for the first time.

It would be pointless to implement a driver for our LSM303AGR for every platform
Expand Down
Loading