-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
91 lines (77 loc) · 2.07 KB
/
Copy pathmkdocs.yml
File metadata and controls
91 lines (77 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
site_name: Introduction to Arduino Documentation
plugins:
- glightbox
# - privacy:
# links_attr_map:
# target: _blank
extra_css:
- css/styles.css # Path relative to the docs/ directory
- css/highlights.css
- css/tablesAndFigures.css
- https://unpkg.com/katex@0/dist/katex.min.css
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- abbr
- md_in_html
- pymdownx.snippets
- attr_list
- md_in_html
- pymdownx.blocks.caption
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- ./includes/abbreviations.md
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
nav:
- Introduction: index.md
- Laptop / MacBook Disclaimer: Disclaimer.md
- Building the Robot: RobotBuild.md
- Background: Background.md
- Introductory Exercises (Non-assessed): IntroExercises.md
- Basic Exercises (Assessed):
- LED Pattern: Ex1ledPattern.md
- Calibration of Potentiometer Angle: Ex2PotCalibration.md
- IR Sensor Measurement and Graph: Ex3IrSensor.md
- Driving a Servo Motor: Ex4DriveServoMotor.md
- DC Motor: Ex5DcMotor.md
- Encoders + Motor: Ex6EncodeMotor.md
- Advanced Exercises (Assessed):
- PI Control – Encoder Position: Ex7PiEncoder.md
- PI Control – IR Sensor Distance: Ex8PiIrDist.md
- PI Control – IR with Sequence: Ex9PiIrSequence.md
- Assessment: Assessment.md
watch:
- includes
theme:
name: material
features:
- content.tooltips
- content.code.copy
- content.code.select
- content.code.annotate
palette:
#Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark Mode
primary: green
accent: deep purple
#Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light Mode
primary: blue
accent: deep orange