Skip to content

Commit 92c9f01

Browse files
committed
Update README.md
1 parent 1b32662 commit 92c9f01

1 file changed

Lines changed: 21 additions & 11 deletions

File tree

README.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,42 @@ Instructions
2525

2626

2727
2. Download firmware:
28-
- use the following command in the DOS command shell
29-
`firmdl3 brickOS.srec`
30-
- if you have a USB tower use this command
31-
`firmdl3 --tty=usb brickOS.srec`
28+
- Use the following command in the DOS command shell
29+
```Shell
30+
firmdl3 brickOS.srec
31+
```
32+
- If you have a USB tower use this command
33+
```Shell
34+
firmdl3 --tty=usb brickOS.srec
35+
```
3236
- OR you can use BricxCC to download the brickOS.srec firmware
3337
(Bob: I could not get firmdl3 to work so i used BricxCC.)
3438

3539

3640
3. Download the example program
37-
- use the following command in the DOS command shell
38-
`dll pf.lx`
39-
- if you have a USB tower use this command
40-
`dll -tusb pf.lx`
41+
- Use the following command in the DOS command shell
42+
```Shell
43+
dll pf.lx
44+
```
45+
- If you have a USB tower use this command
46+
```Shell
47+
dll -tusb pf.lx
48+
```
4149

4250

4351
4. Connect a rotation sensor to sensor port 1 and sensor port 3
4452

4553

4654
5. Press run on the RCX the point at a PF receiver
47-
- turn rotation sensor 1 to control the red port on the PF
48-
- turn rotation sensor 3 to control the blue port on the PF
49-
- press view/prgm buttons to switch PF channels
55+
- Turn rotation sensor 1 to control the red port on the PF
56+
- Turn rotation sensor 3 to control the blue port on the PF
57+
- Press view/prgm buttons to switch PF channels
5058

5159

5260
Credits
5361
-------
5462
Bob Kojima bob@fial.com
63+
5564
https://www.bong69.com/site/pages/software.php
65+
5666
01-20-2008

0 commit comments

Comments
 (0)