Skip to content

Commit 04ce078

Browse files
committed
Add more navigation for pages site.
1 parent b0c629a commit 04ce078

5 files changed

Lines changed: 26 additions & 5 deletions

File tree

01_first_examples/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ The goal of the first module is to learn to create basic circuits, modify and lo
88
- [Blink (External LED)](./01_02_blink_external_led.md)
99
- [Button and LED](./01_03_button_and_led.md)
1010
- [Button and LED On/Off Switch](./01_03a_button_and_led_on_off.md)
11-
- [Breathing LED](./01_04_breathing_LED.md)
11+
- [Breathing LED](./01_04_breathing_LED.md)
12+
13+
Previous: [Setup](../setup/getting_started.md) | Next: [Module 2 - Input and Output](./../02_input_and_output/index.md)
14+
15+
[Home](../README.md)

02_input_and_output/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ The goal of the second module is to show how to read more complex inputs and cre
99
- [LED Pixel](./02_04_led_pixel.md)
1010
- [Rainbow Light](./02_05_rainbow_light.md)
1111
- [Read the Voltage of a Potentiometer](./02_06_read_voltage_potentiometer.md)
12-
- [Soft Light](./02_07_soft_light.md)
12+
- [Soft Light](./02_07_soft_light.md)
13+
14+
15+
Previous: [Module 1: First Examples](../01_first_examples/index.md) | Next: [Module 3: Sensors](../03_sensors/index.md)
16+
17+
[Home](../README.md)

03_sensors/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ The goal of the third module is to use various input methods to read input from
1111
- [Ultrasonic Ranging (with the hcsr04 module)](./03_05_ultrasonic_ranging_2.md)
1212
- [Hygrothermograph (DHT11)](./03_06_hygrothermograph_dht11.md)
1313
- [Matrix Keypad](./03_07_matrix_keypad.md)
14-
- [MPU6050 Attitude Sensor](./03_08_mpu6050_attitude_sensor.md)
14+
- [MPU6050 Attitude Sensor](./03_08_mpu6050_attitude_sensor.md)
15+
16+
Previous: [Module 2: Input and Output](../02_input_and_output/index.md) | Next: [Module 4: Output](../04_output/index.md)
17+
18+
[Home](../README.md)

04_output/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ The goal of the fourth module is to drive interesting external devices via the m
1111
- [Servo Sweep](./04_05_servo_sweep.md)
1212
- [Servo Knob](./04_06_servo_knob.md)
1313
- [Stepper Motor](./04_07_stepper_motor.md)
14-
- [Hygrothermograph (DHT11 + LCD1602)](./04_08_hygrothermograph_dht11_2.md)
14+
- [Hygrothermograph (DHT11 + LCD1602)](./04_08_hygrothermograph_dht11_2.md)
15+
16+
Previous: [Module 3: Sensors](../03_sensors/index.md) | Next: [Module 5: Advanced](../05_advanced/index.md)
17+
18+
[Home](../README.md)

05_advanced/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
The goal of the fifth module is to learn some microcontroller specific concepts.
44

55
## Projects
6-
- [Interrupts](./05_01_interrupts.md)
6+
- [Interrupts](./05_01_interrupts.md)
7+
8+
Previous: [Module 4: Output](../04_output/index.md) | Next: Go and MAKE SOME THING!!!!
9+
10+
[Home](../README.md)

0 commit comments

Comments
 (0)