취미생활

[아두이노] Keyboard.h 라이브러리가 에러가 난다면 이걸 확인해보세요 본문

컴퓨터/Arduino

[아두이노] Keyboard.h 라이브러리가 에러가 난다면 이걸 확인해보세요

달다달아 2020. 5. 8. 07:33

https://www.arduino.cc/reference/en/language/functions/usb/keyboard/

 

Arduino Reference

Description The keyboard functions enable 32u4 or SAMD micro based boards to send keystrokes to an attached computer through their micro’s native USB port. Note: Not every possible ASCII character, particularly the non-printing ones, can be sent with the

www.arduino.cc

아두이노 키보드 레퍼런스 글 발췌

 

아두이노 Keyboard 라이브러리는 32u4 and SAMD based boards 에서만 사용할 수 있다.

ex) Leonardo, Esplora, Zero, Due 기타 등등

 

오늘의 뻘짓 정리

 

호환도 안되는 우노보드에서 어떻게든 이 라이브러리 써보겠다고 설치했다가 지웠다가 라이브러리 파일도 옮겨봤다가 다시 깔아봤다가 지웠다가 하던 사이에 1시간이 날아갔다.

 

한글로 구글링 해보니 뭐가 문제인지 찾을 수가 없어서 영어로 찾아보니 바로 나오더라

 

Can't seem to be able use Keyboard.h library

I have an Arduino UNO R3, I can not load the keyboard.h to my project, it always sends me the following error message: Arduino: 1.6.6 (Windows 10), Board: "Arduino/Genuino Uno" C:\Arduino\arduino-builder -dump-prefs -logger=machine -hardware "C:\Arduino\ha

forum.arduino.cc

우노 보드는 호환이 안된다더라

레퍼런스 글에 써있다더라...

 

레퍼런스 읽기 귀찮아서 뻘짓하다가 뒤통수를 맞은 기분이다.

 

혹시라도 이 글을 읽는 사람이 있다면, 제발 레퍼런스부터 읽고 시작하자

그리 어려운 영어도 아니니까

 

 

 

결론


1. 아두이노 Keyboard 라이브러리는 32u4 and SAMD based boards 에서만 사용할 수 있다.

ex) Leonardo, Esplora, Zero, Due 기타 등등

 

2. 라이브러리를 쓸 거면 레퍼런스부터 읽고 시작하자.

 

'컴퓨터 > Arduino' 카테고리의 다른 글

Arduino nano type c 업로드 안되는 현상 해결  (0) 2023.02.16
Comments