Skip to content

Commit 96e625f

Browse files
committed
add C programming notes (adapted from BME554L)
1 parent 27c55d6 commit 96e625f

8 files changed

Lines changed: 494 additions & 2 deletions

_quarto.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ website:
4242
text: "Event-Driven State Machines"
4343
- href: lectures/cad-onshape.qmd
4444
text: "CAD with Onshape"
45+
- href: lectures/git-fundamentals.qmd
46+
text: "Version Control (git)"
4547
- section: "EDA (KiCad)"
4648
contents:
4749
- href: lectures/EDA-KiCad-Schematic-Capture.qmd
@@ -50,8 +52,8 @@ website:
5052
text: "SPICE Modeling"
5153
- href: lectures/EDA-KiCad-PCB-Layout.qmd
5254
text: "PCB Layout"
53-
- href: lectures/git-fundamentals.qmd
54-
text: "Version Control (git)"
55+
- href: lectures/c-programming.qmd
56+
text: "C Programming"
5557
- section: Labs
5658
contents:
5759
- href: labs/software-install-tutorials.qmd

0 commit comments

Comments
 (0)