Reduce the use of @boardname@ (#527)

* Reduce the use of @boardname@

* Use literal 'EV3 Brick' string instead

* Use the new 'nickname' form
This commit is contained in:
Galen Nickel
2018-04-16 16:15:58 -07:00
committed by GitHub
parent 3c96cfcc0a
commit 67153fccc5
19 changed files with 31 additions and 29 deletions

View File

@ -89,6 +89,6 @@ forever(function () {
## Step 8
Now, plug your @boardname@ into the computer with the USB cable, and click the **Download** button at the bottom of your screen. Follow the directions to save your program to the brick.
Now, plug your EV3 Brick into the computer with the USB cable, and click the **Download** button at the bottom of your screen. Follow the directions to save your program to the brick.
Attach a Large motor to Port A, and a Touch sensor to Port 1 on your brick. Test your program by pressing the ENTER button. When the motor starts, press the touch sensor. Does the motor stop as expected?