Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaza authored Nov 27, 2017
1 parent 38ac199 commit 8d4aa5c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@ git clone https://github.com/alkaza/RPiRobot.git
```
Go to the Code Directory
```
cd CityScience/src
cd /home/pi/CityScience/src
```
Compile the program
```
make all
```
Cleanup before recompiling
```
make clean
make sample
```
Run the program
```
sudo ./motor
sudo ./sample
```
Terminate the program
```
Expand All @@ -32,7 +28,7 @@ Ctrl-C
- Synchronizing motors
- Obstacle avoidance

**Example files** : `sensor.c motor.c avoid.c`
**Example files** : `sensor.c motor.c synch.c avoid.c`

## Working Principles
### DC Motor Driver
Expand Down

0 comments on commit 8d4aa5c

Please sign in to comment.