Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new format #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Strela
============================

Библиотека для Arduino позволяет управлять Arduino-совместимой платформой Strela от [Амперки](http://amperka.ru).

Установка
=========

Установка библиотеки
====================
Скачайте архив с библиотекой, нажав на кнопку «Download ZIP».

Скопируйте директории Strela и LiquidCrystal в `$sketchbook/libraries`, где `$sketchbook` — ваша директория
со скетчами.

После этого перезагрузите Arduino IDE.
В Arduino IDE выберите пункт меню «Скетч» → «Импортировать библиотеку» →
«Добавить библиотеку…». В появившемся окне выберите скачаный архив с
библиотекой. Установка завершена.

Техническое описание платы — http://wiki.amperka.ru/продукты:strela
Техническое описание платы — http://wiki.amperka.ru/продукты:strela
File renamed without changes.
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=Strela
version=1.1.0
author=Igor Dementiev <[email protected]>
maintainer=Amperka <amperka.ru>
sentence=Library for working with Strela board
paragraph=Arduino-compatible platform developed by Amperka and designed to reduce the time to build robots and simplify the work with them. It is based on the ATMega32u4 microcontroller.
category=Other
url=https://github.com/amperka/Strela
architectures=*
File renamed without changes.
File renamed without changes.