Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add wiring image #15

Merged
merged 2 commits into from
Oct 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/start/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ draft: false
---

Congratulations on becoming a Rovercode engineer! Let's unbox your rover. First, we'll build your Rover, then get to coding.

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!**
32 changes: 32 additions & 0 deletions content/start/wiring_overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "Wiring Overview"
date: 2000-08-28T15:45:28-04:00
draft: false
weight: 155
---

In the next sections, we're going to wire up the ultrasonic sensors and the RGB LEDs.
We'll work through this in more detail in the next pages, but here is an overview diagram of what we're going for:


<style>
.column {
width: 49%;
display: inline-block;
}

@media screen and (max-width: 800px) {
.column {
width: 100%;
}
}
</style>

<div>
<div class="column">
<img src="/images/start/FrontViewRover.jpg" width="100%" alt="Rover front view">
</div>
<div class="column">
<img src="/images/start/Wiring.png" width="100%" alt="Rover front view">
</div>
</div>
Binary file added static/images/start/FrontViewRover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/start/Wiring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.