1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00

Added USB KeyboardController library

This commit is contained in:
Cristian Maglie
2012-10-08 19:38:01 +02:00
parent a17c422b47
commit 74c2705aff
6 changed files with 181 additions and 75 deletions

View File

@ -1,3 +1,12 @@
/*
Mouse Controller HID Example
Shows the output of a USB Mouse connected to the USB
controller of an Arduino Due Board.
created 8 Oct 2012
by Cristian Maglie
*/
// Require mouse control library
#include <MouseController.h>