Показать сообщение отдельно
Старый 03.11.2016, 08:24   #1247
lavalamp
Старший Пользователь
 
Регистрация: 05.09.2016
Город: Ekaterinburg
Регион: 66, 96
Сообщений: 159
lavalamp is on a distinguished road
По умолчанию

Цитата:
Сообщение от Denkos Посмотреть сообщение
Как можно подсказать не зная что.
Какие ошибки, что пишет.
Arduino: 1.6.12 (Windows 8.1), Плата:"Arduino Leonardo"

C:\Users\user\Desktop\sketch_jun12a_novyi_2pin\ske tch_jun12a_novyi_2pin.ino: In function 'void setup()':

sketch_jun12a_novyi_2pin:56: error: 'Клавиатура' не найдена. Убедитесь входит ли скетч в код '#include <Keyboard.h>'?
Keyboard.begin();

^

C:\Users\user\Desktop\sketch_jun12a_novyi_2pin\Kno pki.ino: In function 'void Knopki()':

Knopki:18: error: 'Remote' was not declared in this scope

Remote.increase();

^

Knopki:26: error: 'Remote' was not declared in this scope

Remote.increase();

^

Knopki:34: error: 'Remote' was not declared in this scope

Remote.decrease();

^

Knopki:42: error: 'Remote' was not declared in this scope

Remote.decrease();

^

Knopki:57: error: 'Клавиатура' не найдена. Убедитесь входит ли скетч в код '#include <Keyboard.h>'?
Keyboard.press(KEY_LEFT_ALT);

^

Knopki:57: error: 'KEY_LEFT_ALT' was not declared in this scope

Keyboard.press(KEY_LEFT_ALT);

^

Knopki:58: error: 'KEY_TAB' was not declared in this scope

Keyboard.press(KEY_TAB);

^

Knopki:68: error: 'Клавиатура' не найдена. Убедитесь входит ли скетч в код '#include <Keyboard.h>'?
Keyboard.press(KEY_TAB);

^

Knopki:68: error: 'KEY_TAB' was not declared in this scope

Keyboard.press(KEY_TAB);

^

Knopki:78: error: 'Клавиатура' не найдена. Убедитесь входит ли скетч в код '#include <Keyboard.h>'?
Keyboard.releaseAll();

^

Knopki:94: error: 'Remote' was not declared in this scope

Remote.next();

^

Knopki:102: error: 'Remote' was not declared in this scope

Remote.forward();

^

Knopki:116: error: 'Remote' was not declared in this scope

Remote.previous();

^

Knopki:124: error: 'Remote' was not declared in this scope

Remote.rewind();

^

Knopki:139: error: 'Remote' was not declared in this scope

Remote.play_pause();

^

Knopki:147: error: 'Remote' was not declared in this scope

Remote.mute();

^

C:\Users\user\Desktop\sketch_jun12a_novyi_2pin\aut orele.ino: In function 'void autorele()':

autorele:32: error: 'Remote' was not declared in this scope

Remote.pause();// нажимаем пузу!

^

exit status 1
'Клавиатура' не найдена. Убедитесь входит ли скетч в код '#include <Keyboard.h>'?

Этот отчёт будет иметь больше информации с
включенной опцией Файл -> Настройки ->
"Показать подробный вывод во время компиляции"
lavalamp вне форума   Ответить с цитированием