Skip to content

Commit 7c52f48

Browse files
committed
try one last time to fix yml bug, add backup module list to readme.
1 parent 9495e28 commit 7c52f48

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ git clone https://github.com/ColinKerr/python_microcontrollers.git
1414

1515
Browse the course material online here: https://colinkerr.github.io/python_microcontrollers/
1616

17-
For instructions to setup your computer and microcontroller for the first time go to [setup](./setup/)
17+
- [Getting Started](./setup/getting_started.md)
18+
- [Module 1 - First Examples](./01_first_examples/index.md)
19+
- [Module 2 - Input and Output](./02_input_and_output/index.md)
20+
- [Module 3 - Sensors](./03_sensors/index.md)
21+
- [Module 4 - Output](./04_output/index.md)
22+
- [Module 5 - Advanced](./05_advanced/index.md)
1823

1924
## How to contribute
2025

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ navigation:
88
- title: Module 1 - First Examples
99
link: /01_first_examples/index.html
1010
- title: Module 2 - Input and Output
11-
link: /02_input_output/index.html
11+
link: /02_input_and_output/index.html
1212
- title: Module 3 - Sensors
1313
link: /03_sensors/index.html
1414
- title: Module 4 - Output

0 commit comments

Comments
 (0)