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:
@ -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>
|
||||
|
Reference in New Issue
Block a user