Skip to content

Commit afb5ce1

Browse files
committed
rechaptered and reworkspaced
1 parent 27da27d commit afb5ce1

File tree

122 files changed

+92
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+92
-91
lines changed

Cargo.toml

+9-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
resolver = "2"
33
members = [
44
"mdbook/src/03-setup",
5-
"mdbook/src/05-hello-world",
6-
"mdbook/src/06-registers",
7-
"mdbook/src/07-led-roulette",
8-
"mdbook/src/09-uart",
9-
"mdbook/src/10-i2c",
10-
"mdbook/src/11-led-compass",
11-
"mdbook/src/12-punch-o-meter",
12-
"mdbook/src/13-snake-game",
5+
"mdbook/src/05-meet-your-software",
6+
"mdbook/src/06-hello-world",
7+
"mdbook/src/07-registers",
8+
"mdbook/src/08-led-roulette",
9+
"mdbook/src/10-uart",
10+
"mdbook/src/11-i2c",
11+
"mdbook/src/12-led-compass",
12+
"mdbook/src/13-punch-o-meter",
13+
"mdbook/src/14-snake-game",
1314
"mdbook/src/appendix/3-mag-calibration",
1415
"mdbook/src/serial-setup",
1516
]

mdbook/src/05-meet-your-software/build-it.md

+1-1

mdbook/src/05-meet-your-software/debug-it.md

+5-5

mdbook/src/05-meet-your-software/light-it-up.md

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

mdbook/src/06-registers/README.md mdbook/src/07-registers/README.md

+2-2

mdbook/src/06-registers/bad-address.md mdbook/src/07-registers/bad-address.md

+2-2
File renamed without changes.

mdbook/src/06-registers/rtrm.md mdbook/src/07-registers/rtrm.md

+13-13
File renamed without changes.
File renamed without changes.

mdbook/src/06-registers/type-safe-manipulation.md mdbook/src/07-registers/type-safe-manipulation.md

+3-3
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

mdbook/src/09-uart/send-a-single-byte.md mdbook/src/10-uart/send-a-single-byte.md

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

mdbook/src/10-i2c/the-challenge.md mdbook/src/11-i2c/the-challenge.md

+1-1
File renamed without changes.
File renamed without changes.

mdbook/src/11-led-compass/README.md mdbook/src/12-led-compass/README.md

+2-2
File renamed without changes.
File renamed without changes.
File renamed without changes.

mdbook/src/12-punch-o-meter/gravity-is-up.md mdbook/src/13-punch-o-meter/gravity-is-up.md

+1-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

mdbook/src/SUMMARY.md

+47-47

mdbook/src/appendix/2-how-to-use-gdb/README.md

+1-1

mdbook/src/appendix/3-mag-calibration/README.md

+1-1

mdbook/src/explore.md

+1-1

0 commit comments

Comments
 (0)