mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
docs: add notification about ir sensors article
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
* [Flashing ESCs](esc_firmware.md)
|
||||
* [Interfacing with Arduino](arduino.md)
|
||||
* [Connecting GPS](gps.md)
|
||||
* [Working with IR sensors](ir_sensors.md)
|
||||
* [FPV Setup](fpv.md)
|
||||
* [Trainer mode](trainer_mode.md)
|
||||
* [Tinning](tinning.md)
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Working with IR sensors on Raspberry Pi 3
|
||||
|
||||
> **Caution** This article is not relevant for the latest versions of the * clover * image and works only on the versions * clover_v0.16-clover_v0.17 *.
|
||||
|
||||
Infrared sensors are a convenient tool for transmitting any commands to the copter. They are flexible in configuration, and interaction with them is possible in Python.
|
||||
|
||||
## Connecting the IR receiver
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
* [Прошивка ESC контроллеров](esc_firmware.md)
|
||||
* [Взаимодействие с Arduino](arduino.md)
|
||||
* [Подключение GPS](gps.md)
|
||||
* [Работа с ИК датчиками](ir_sensors.md)
|
||||
* [Установка FPV](fpv.md)
|
||||
* [Управление в режиме тренера](trainer_mode.md)
|
||||
* [Техника лужения](tinning.md)
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Работа с ИК-датчиками на Raspberry Pi 3
|
||||
|
||||
> **Caution** Данная статья не актуальна для последних версий образа *clover* и работает только на версиях *clover_v0.16-clover_v0.17*.
|
||||
|
||||
Инфракрасные датчики – удобный инструмент для передачи каких-либо команд на коптер. Они гибки в настройке и взаимодействие с ними возможно из языка Python.
|
||||
|
||||
## Подключение ИК-приемника
|
||||
|
||||
Reference in New Issue
Block a user