Skip to content

Commit f99ba96

Browse files
authored
Merge pull request #15 from rovercode/feature/add-wiring-image
Feature/add wiring image
2 parents e52624c + c5898aa commit f99ba96

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

content/start/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ draft: false
55
---
66

77
Congratulations on becoming a Rovercode engineer! Let's unbox your rover. First, we'll build your Rover, then get to coding.
8+
9+
Use the right arrow to move through the instructions. **Don't forget to scroll down on each page to see if there are more instructions!**

content/start/wiring_overview.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Wiring Overview"
3+
date: 2000-08-28T15:45:28-04:00
4+
draft: false
5+
weight: 155
6+
---
7+
8+
In the next sections, we're going to wire up the ultrasonic sensors and the RGB LEDs.
9+
We'll work through this in more detail in the next pages, but here is an overview diagram of what we're going for:
10+
11+
12+
<style>
13+
.column {
14+
width: 49%;
15+
display: inline-block;
16+
}
17+
18+
@media screen and (max-width: 800px) {
19+
.column {
20+
width: 100%;
21+
}
22+
}
23+
</style>
24+
25+
<div>
26+
<div class="column">
27+
<img src="/images/start/FrontViewRover.jpg" width="100%" alt="Rover front view">
28+
</div>
29+
<div class="column">
30+
<img src="/images/start/Wiring.png" width="100%" alt="Rover front view">
31+
</div>
32+
</div>
73.6 KB
Loading

static/images/start/Wiring.png

10.4 KB
Loading

0 commit comments

Comments
 (0)