Skip to content

Commit ed870ae

Browse files
committed
Moved remote.ino to remote subdirectory (required to be able to build in Arduino IDE), added instructions for building to README markdown file
1 parent 04374fe commit ed870ae

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# rc-trigger-control-arduino
22
Use an arduino to control a 'tank style' vehicle with separate ESCs for left and right wheels with a trigger-and-wheel style R/C transmitter.
33

4+
# How to build
5+
6+
1. Download the Arduino IDE from https://www.arduino.cc/en/Main/Software
7+
2. Open the main source file remote/remote.ino in the IDE
8+
3. Click the 'tick' (verify) button in the IDE to compile
9+
4. Click the 'right arrow' (upload) button in the IDE to upload to your device
10+
411
# How to use
512
This guide assumes you have some basic knowledge of electronics and know how to flash your code onto your arduino.
613

File renamed without changes.

0 commit comments

Comments
 (0)