Skip to content

Commit

Permalink
Link to docs from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleds committed Jun 11, 2017
1 parent d7cad5a commit 5658806
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ Each car is able to:
* detect other vehicles around it
* communicate with them in order to compute the precedence according to road rules, or to signal an emergency situation

The system has been realized by relying only on these three basic components:
The system has been realized by relying only on these four basic components:

* Arduino UNO
* IR emitters
* IR receivers
* Radio card

The following is a video showing the results of the project:

[![Watch the video](resources/video-preview.jpg)](https://youtu.be/jqtYrXdcc9c)
[![Watch the video](resources/video-preview.jpg)](https://youtu.be/jqtYrXdcc9c)

You can find the protocol specification in [docs/RFC-CCS.md](docs/RFC-CCS.md), or you can
read the source code at [hwcontroller/](hwcontroller/).

0 comments on commit 5658806

Please sign in to comment.