Keyboard.end()
설명
연결된 컴퓨터에 키보드 흉내를 멈춘다. 키보드 흉내를 시작하려면, Keyboard.begin().
문법
Keyboard.end()
매개변수
- 없음
반환값
- 없음
예제 코드
#include <Keyboard.h>
void setup() {
// 키보드 통신 시작
Keyboard.begin();
//send a keystroke
Keyboard.print("Hello!");
// 키보드 통신 끝
Keyboard.end();
}
void loop() {
//do nothing
}
더보기
- 언어 : Arduino - Keyboard
- 언어 : Keyboard.begin()
- 언어 : Keyboard Modifiers
- 언어 : Keyboard.press()
- 언어 : Keyboard.print()
- 언어 : Keyboard.println()
- 언어 : Keyboard.release()
- 언어 : Keyboard.write()
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.