From 7f9ce2a18304ed56fd44e74e2fe287393dc8685f Mon Sep 17 00:00:00 2001 From: Adin Ackerman Date: Wed, 31 Jul 2024 07:10:37 -0700 Subject: [PATCH] ... --- content/assignments/SpinningAndBlinking/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/assignments/SpinningAndBlinking/_index.md b/content/assignments/SpinningAndBlinking/_index.md index 728f221..154cac7 100644 --- a/content/assignments/SpinningAndBlinking/_index.md +++ b/content/assignments/SpinningAndBlinking/_index.md @@ -17,8 +17,8 @@ We will be leaving CircuitPython in the pursuit of better understanding how good For this assignment, you have **two** options for how to proceed: {{< cards >}} - {{< card link="Arduino" title="arduino" image="images/arduino.png" >}} - {{< card link="Rust" title="rust" image="images/ferris.png" subtitle="This little guy is named Ferris :)" >}} + {{< card link="arduino" title="Arduino" image="images/arduino.png" >}} + {{< card link="rust" title="Rust" image="images/ferris.png" subtitle="This little guy is named Ferris :)" >}} {{< /cards >}} You may already be familiar with Arduino, as it is a very popular educational platform for introducing students to embedded systems. If