Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
Gin committed Sep 4, 2023
1 parent 6f0d8b6 commit 2f6f11f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Wiki/Software/Beginner-Windows-ArduinoLeonardo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This is the third step in the process towards automation! Below you will find in

> As a reminder: the Switch Lite does not output video feedback. It will not work for programs requiring video feedback.
For macOS and Linux users, use this [tutorial](../Tutorial/Tutorial.md). The following steps in this page are for Windows user only.

## Step 1: Install WinAVR

Download and install [WinAVR](https://sourceforge.net/projects/winavr/files/).
Expand Down
7 changes: 4 additions & 3 deletions Wiki/Tutorial/Tutorial.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Microcontroller Tutorial for Microcontroller-Only And Computer-Controlled Programs

This is the entry point for setting up microcontroller.
This is the entry point for setting up a microcontroller to control your Switch.
You must start here regardless you choose microcontroller-only or computer-controlled programs.

## Before you Continue

Before you begin, make sure **you have a computer.** This used to go without saying, but it's becoming apparent that many people do not have computers anymore and only have phones or tablets. You need to have a Windows, macOS or Linux laptop/desktop computer (or a high-end Windows tablet) that you can install software on it.

*In the past, we supported building microcontroller-only .hex files for Mac and Linux . But this was dropped due to lack of developer support. While we still have instructions for Mac and Linux, they may be out-of-date and may no longer work. We do not recommend going this route unless you are computer-savvy and are willing to debug shell scripts.*
Due to lack of developer, our support of Mac and Linux is limited.
While you can set these programs up on Mac and Linux, you will need to know how to run command-line build scripts.

### Requirements for Computer-Controlled Programs

Expand All @@ -23,7 +24,7 @@ If you would like to use computer-controlled programs, make sure you meet all of

## Microcontroller Hardware

Follow the [hardware guide](../Hardware/Hardware.md) to purchase all the hardware for automation.
If you have not already done so, follow the [hardware guide](../Hardware/Hardware.md) to purchase all the hardware for automation.

## Microcontroller Software

Expand Down

0 comments on commit 2f6f11f

Please sign in to comment.