turtlebot3-burger_150.png
turtlebot3-waffle-pi_150.png
turtlebot3-arm_150.png
walking-y2_150.png
turbot3-multi_150.png
turbot3-dl-ros1_150.png
turbot3-ai.png
turbot3-dl-ros2_150.png
turbot3-slam_150.png
turbot3-arm_150.png
turtlebot4-lite_150.png
turtlebot4-pro_150.png
turbot4-dl_150.png
turbot4-ai_150.png
aidriving-racebot_150.png
aidriving-autodrive_150.png
turtlebot-arm_150.png
openmanipulator-x_150.png
Home » Arduino内置教程 » Arduino内置教程-USB

Arduino内置教程-USB

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号

USB

键盘和鼠标的例子对于Leonardo,微计算机和Due是唯一的。他们示范了怎样使用对应开发板的库。

键盘

  • 键盘注销:利用按键命令注销当前使用者
  • 键盘发消息:当一个按键被按下,发送一个文本字符串。
  • 键盘再编译:在Arduino IDE上打开一个新窗口,用简单的跑马灯程序重新编译Leonardo
  • 键盘串口:从串口里读取一个字节,然后返回一个键值。
  • 键盘鼠标控制:在一个程序里示范鼠标和键盘命令

鼠标

The Keyboard and Mouse examples are unique to the Leonardo, Micro and Due. They demonstrate the use of libraries that are unique to the board. KEYBOARD Keyboard Logout: Logs out the current user with key commands. Keyboard Message: Sends a text string when a button is pressed. Keyboard Reprogram: Opens a new window in the Arduino IDE and reprograms the Leonardo with a simple blink program. Keyboard Serial: Reads a byte from the serial port, and sends back a keystroke. Keyboard Mouse Control: Demonstrates the Mouse and Keyboard commands in one program. MOUSE Button Mouse Control: Control cursor movement with 5 pushbuttons. Joystick Mouse Contol: Controls a computer's cursor movement with a Joystick when a button is pressed.

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号


标签: arduino内置教程, arduino usb