We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe85db commit e0da126Copy full SHA for e0da126
mdbook/src/11-i2c/the-challenge.md
@@ -4,7 +4,7 @@ The challenge for this chapter is, to build a small application that communicate
4
world via the serial interface introduced in the last chapter. It should be able to receive the
5
commands "mag" for magnetometer as well as "acc" for accelerometer. It should then print the
6
corresponding sensor data to the serial port in response. This time no template code will be
7
-provided since all you need is already provided in the [UART](../10-uart/index.md) and this
+provided since all you need is already provided in the [UART](../10-uart/index.html) and this
8
chapter. However, here are a few clues:
9
10
- You might be interested in `core::str::from_utf8` to convert the bytes in the buffer to a `&str`, since we need to compare with `"mag"` and `"acc"`.
0 commit comments