Rework gitbook, add Clever 4 instruction (#163)

Co-authored-by: sfalexrog <sfalexrog@gmail.com>

* Rework the structure.
* Add Clever 4 assembling instruction.
* Rework setup articles.
* Many additional changes.
This commit is contained in:
Oleg Kalachev
2019-08-17 09:23:46 +03:00
committed by GitHub
parent a4ba3a6030
commit 2b50b9bd8c
184 changed files with 2175 additions and 1436 deletions

View File

@@ -1,7 +1,7 @@
Raspberry Pi
============
**Raspberry Pi** is a single-board computer that fits in the palm, created on the basis of mobile microprocessor ARM11. It features low energy consumption, and it can even run on solar panels. Raspberry Pi 3 is included in the kits for programmable quadcopters "Clever 2" and "Clever 3".
**Raspberry Pi** is a single-board computer that fits in the palm, created on the basis of ARM mobile microprocessor. It features low energy consumption, and it can even run on solar panels. Raspberry Pi 3 is included in the kits for programmable quadcopters "Clever".
<img src="../assets/raspberry3.jpg" width="500">
@@ -25,6 +25,6 @@ In fact, we will use it as the last in the list, due to its ability to connect t
See more:
* [RPi image](microsd_images.md)
* [RPi image](image.md)
* [SSH access](ssh.md)
* [Network setup](network.md)